compiler/crates/schema/Cargo.toml (25 lines of code) (raw):
# @generated by autocargo from //relay/oss/crates/schema:[schema,schema_test]
[package]
name = "schema"
version = "0.0.0"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
[[test]]
name = "schema_test"
path = "tests/build_schema_test.rs"
[dependencies]
common = { path = "../common" }
dashmap = { version = "4.0.2", features = ["rayon", "serde"] }
flatbuffers = "2.0"
fnv = "1.0"
graphql-syntax = { path = "../graphql-syntax" }
intern = { path = "../intern" }
lazy_static = "1.0"
ouroboros = "0.8"
schema-flatbuffer = { path = "../schema-flatbuffer" }
strsim = "0.10.0"
thiserror = "1.0.30"
[dev-dependencies]
fixture-tests = { path = "../fixture-tests" }
graphql-cli = { path = "../graphql-cli" }