preserves/implementations/rust/preserves-schema/Cargo.toml

20 lines
527 B
TOML
Raw Normal View History

2021-06-28 14:35:45 +00:00
[package]
name = "preserves-schema"
version = "2.3.0"
2021-06-29 18:31:28 +00:00
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
2021-06-28 14:35:45 +00:00
edition = "2018"
2021-06-29 18:31:28 +00:00
description = "Implementation of Preserves Schema code generation and support for Rust."
homepage = "https://preserves.gitlab.io/"
repository = "https://gitlab.com/preserves/preserves"
license = "Apache-2.0"
2021-06-28 14:35:45 +00:00
[dependencies]
2021-10-04 12:32:51 +00:00
preserves = { path = "../preserves", version = "^2.2.0"}
2021-06-28 14:35:45 +00:00
convert_case = "0.4.0"
glob = "0.3.0"
2021-06-28 14:35:45 +00:00
lazy_static = "1.4.0"
2021-08-05 13:58:02 +00:00
regex = "1.5"
structopt = "0.3.14"
thiserror = "1.0"