cynic-parser 0.2.4

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

[[bench]]
harness = false
name = "schema"

[[bench]]
harness = false
name = "to-string"

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

[dependencies.indexmap]
version = "2"

[dependencies.lalrpop-util]
version = "0.20.0"

[dependencies.logos]
version = "0.13"

[dependencies.pretty]
optional = true
version = "0.12"
[dev-dependencies.apollo-parser]
version = "0.7"

[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 = []
print = ["pretty"]
report = ["ariadne"]

[package]
authors = ["Graeme Coupar <graeme@turbofish.tech>"]
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.69"
version = "0.2.4"