apollo-compiler 1.31.1

A compiler for the GraphQL query language.
Documentation
# 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.31.1"
authors = ["Irina Shestak <shestak.irina@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = 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"

[lib]
name = "apollo_compiler"
path = "src/lib.rs"

[[example]]
name = "async_resolvers"
path = "examples/async_resolvers.rs"

[[example]]
name = "extract_directives_used_by_query"
path = "examples/extract_directives_used_by_query.rs"

[[example]]
name = "file_watcher"
path = "examples/file_watcher.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
name = "introspect"
path = "examples/introspect.rs"

[[example]]
name = "multi_source_validation"
path = "examples/multi_source_validation.rs"

[[example]]
name = "rename"
path = "examples/rename.rs"

[[example]]
name = "timed"
path = "examples/timed.rs"

[[example]]
name = "validate"
path = "examples/validate.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[[test]]
name = "snapshot_tests"
path = "tests/snapshot_tests.rs"

[[bench]]
name = "directives-validation"
path = "benches/directives_validation.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

[[bench]]
name = "multi-source"
path = "benches/multi_source.rs"
harness = false

[dependencies.ahash]
version = "0.8.11"

[dependencies.apollo-parser]
version = "0.8.0"

[dependencies.ariadne]
version = "0.6.0"
features = ["auto-color"]

[dependencies.futures]
version = "0.3"

[dependencies.indexmap]
version = "2.0.0"

[dependencies.rowan]
version = "0.16.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json_bytes]
version = "0.2.2"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2.0.0"

[dependencies.triomphe]
version = "0.1.13"

[dependencies.typed-arena]
version = "2.0"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.criterion]
version = "0.8.0"

[dev-dependencies.expect-test]
version = "1.4"

[dev-dependencies.notify]
version = "8.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"