cynic-parser 0.9.1

A fast, correct and easy to use GraphQL parser
Documentation
[[bench]]
harness = false
name = "executable"
path = "benches/executable.rs"

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

[[bench]]
harness = false
name = "to-string"
path = "benches/to-string.rs"

[build-dependencies]

[dependencies.ariadne]
optional = true
version = "0.4"

[dependencies.indexmap]
version = "2"

[dependencies.lalrpop-util]
default-features = false
version = "0.22.0"

[dependencies.logos]
version = "0.14"

[dependencies.pretty]
optional = true
version = "0.12"

[dev-dependencies.apollo-parser]
version = "0.8"

[dev-dependencies.async-graphql-parser]
version = "7"

[dev-dependencies.divan]
version = "0.1"

[dev-dependencies.graphql-parser]
version = "0.4"

[dev-dependencies.insta]
version = "1.29"

[dev-dependencies.similar-asserts]
version = "1.5"

[features]
default = []
pretty = ["print", "dep:pretty"]
print = []
report = ["ariadne"]

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

[package]
authors = ["Graeme Coupar <graeme@turbofish.tech>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A fast, correct and easy to use GraphQL parser"
documentation = "https://docs.rs/cynic-parser"
edition = "2021"
homepage = "https://docs.rs/cynic-parser"
keywords = ["graphql", "parser", "api"]
license = "MPL-2.0"
name = "cynic-parser"
readme = "README.md"
repository = "https://github.com/obmarg/cynic"
rust-version = "1.80"
version = "0.9.1"

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

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

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

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