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

20 lines
530 B
TOML

[package]
name = "preserves-schema"
version = "0.3.0"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
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"
[dependencies]
preserves = { path = "../preserves", version = "0.16.0" }
convert_case = "0.4.0"
glob = "0.3.0"
lazy_static = "1.4.0"
regex = "1.5.4"
structopt = "0.3.14"
thiserror = "1.0"