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

21 lines
514 B
TOML
Raw Normal View History

2021-06-28 14:35:45 +00:00
[package]
name = "preserves-schema"
version = "0.1.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-29 18:30:21 +00:00
preserves = { path = "../preserves", version = "0.14.0" }
2021-06-28 14:35:45 +00:00
structopt = "0.3.14"
glob = "0.3.0"
2021-06-30 14:07:49 +00:00
regex = "1.5.4"
2021-06-28 14:35:45 +00:00
convert_case = "0.4.0"
lazy_static = "1.4.0"