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

20 lines
530 B
TOML
Raw Normal View History

2021-06-28 14:35:45 +00:00
[package]
name = "preserves-schema"
2021-06-30 14:19:27 +00:00
version = "0.2.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-06-30 14:19:27 +00:00
preserves = { path = "../preserves", version = "0.15.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"
regex = "1.5.4"
structopt = "0.3.14"
thiserror = "1.0"