compiler/crates/schema-validate/Cargo.toml (26 lines of code) (raw):
# @generated by autocargo from //relay/oss/crates/schema-validate:[schema-validate,schema-validate-lib,schema-validate_test]
[package]
name = "schema-validate-lib"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
[[bin]]
name = "schema_validate"
path = "src/main.rs"
[[test]]
name = "schema_validate_test"
path = "tests/validate_schema_test.rs"
[dependencies]
clap = { version = "3.1.2", features = ["derive", "regex", "unicode", "wrap_help"] }
common = { path = "../common" }
fnv = "1.0"
intern = { path = "../intern" }
lazy_static = "1.0"
rayon = "1.2"
regex = "1.5.4"
schema = { path = "../schema" }
schema-print = { path = "../schema-print" }
thiserror = "1.0.30"
[dev-dependencies]
fixture-tests = { path = "../fixture-tests" }