# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "apollo-compiler" version = "1.0.0-beta.24" authors = ["Irina Shestak "] autotests = false description = "A compiler for the GraphQL query language." documentation = "https://docs.rs/apollo-compiler" readme = "README.md" keywords = [ "graphql", "parser", "graphql-tooling", "apollographql", ] categories = [ "compilers", "development-tools", "parser-implementations", "parsing", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/apollographql/apollo-rs" [[test]] name = "main" [[test]] name = "snapshot_tests" [[bench]] name = "multi-source" path = "benches/multi_source.rs" harness = false [[bench]] name = "fields-validation" path = "benches/fields_validation.rs" harness = false [[bench]] name = "fragments-validation" path = "benches/fragments_validation.rs" harness = false [dependencies.ahash] version = "0.8.11" [dependencies.apollo-parser] version = "0.8.0" [dependencies.ariadne] version = "0.4.1" features = ["auto-color"] [dependencies.indexmap] version = "2.0.0" [dependencies.rowan] version = "0.15.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json_bytes] version = "0.2.2" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.31" [dependencies.triomphe] version = "0.1.13" [dependencies.typed-arena] version = "2.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.expect-test] version = "1.4" [dev-dependencies.notify] version = "6.0.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serial_test] version = "3.0.0" [dev-dependencies.unindent] version = "0.2.3" [target."cfg(target_arch = \"wasm32\")".dependencies.uuid] version = "1.6" features = [ "serde", "v4", "js", ]