apollo-parser 0.8.5

Spec-compliant GraphQL parser.
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-parser"
version = "0.8.5"
authors = ["Irina Shestak <shestak.irina@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spec-compliant GraphQL parser."
documentation = "https://docs.rs/apollo-parser"
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_parser"
path = "src/lib.rs"

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

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

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

[[bench]]
name = "query"
path = "benches/query.rs"
harness = false

[[bench]]
name = "supergraph"
path = "benches/supergraph.rs"
harness = false

[dependencies.memchr]
version = "2.6.1"

[dependencies.rowan]
version = "0.16.0"

[dependencies.thiserror]
version = "2.0.0"

[dev-dependencies.annotate-snippets]
version = "0.12.0"

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

[dev-dependencies.ariadne]
version = "0.6.0"

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

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

[dev-dependencies.indexmap]
version = "2.0.0"

[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.unindent]
version = "0.2.1"