compiler/crates/relay-compiler/Cargo.toml (63 lines of code) (raw):

# @generated by autocargo from //relay/oss/crates/relay-compiler:[relay-compiler,relay-compiler-compile_relay_artifacts_test,relay-compiler-compile_relay_artifacts_with_custom_id_test] [package] name = "relay-compiler" version = "13.2.0" authors = ["Facebook"] edition = "2021" license = "MIT" [[test]] name = "relay_compiler_compile_relay_artifacts_test" path = "tests/compile_relay_artifacts_test.rs" [[test]] name = "relay_compiler_compile_relay_artifacts_with_custom_id_test" path = "tests/compile_relay_artifacts_with_custom_id_test.rs" [dependencies] async-trait = "0.1.52" bincode = "1.3.3" common = { path = "../common" } common-path = "1.0.0" dashmap = { version = "4.0.2", features = ["rayon", "serde"] } dependency-analyzer = { path = "../dependency-analyzer" } docblock-syntax = { path = "../docblock-syntax" } errors = { path = "../errors" } extract-graphql = { path = "../extract-graphql" } fnv = "1.0" futures = { version = "0.3.13", features = ["async-await", "compat"] } glob = "0.3" graphql-cli = { path = "../graphql-cli" } graphql-ir = { path = "../graphql-ir" } graphql-syntax = { path = "../graphql-syntax" } graphql-text-printer = { path = "../graphql-text-printer" } graphql-watchman = { path = "../graphql-watchman" } hex = "0.4.3" indexmap = { version = "1.8.0", features = ["rayon", "serde-1"] } intern = { path = "../intern" } js-config-loader = { path = "../js-config-loader" } lazy_static = "1.0" log = { version = "0.4.14", features = ["kv_unstable", "kv_unstable_std"] } md-5 = "0.8" persist-query = { path = "../persist-query" } rayon = "1.2" regex = "1.5.4" relay-codegen = { path = "../relay-codegen" } relay-config = { path = "../relay-config" } relay-docblock = { path = "../relay-docblock" } relay-schema = { path = "../relay-schema" } relay-transforms = { path = "../relay-transforms" } relay-typegen = { path = "../relay-typegen" } schema = { path = "../schema" } schema-diff = { path = "../schema-diff" } serde = { version = "1.0.126", features = ["derive", "rc"] } serde_bser = "0.3" serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] } sha-1 = "0.8" signedsource = { path = "../signedsource" } thiserror = "1.0.30" tokio = { version = "1.15", features = ["full", "test-util", "tracing"] } walkdir = "2.3" watchman_client = "0.7" zstd = "0.9.0+zstd.1.5.0" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } graphql-test-helpers = { path = "../graphql-test-helpers" } relay-test-schema = { path = "../relay-test-schema" }