bluejay-parser 0.3.0

A GraphQL parser
Documentation
[[bench]]
harness = false
name = "parse"
path = "benches/parse.rs"

[dependencies.ariadne]
version = "0.5.0"

[dependencies.bluejay-core]
version = "=0.3.0"

[dependencies.enum-as-inner]
version = "0.6"

[dependencies.itertools]
version = "0.14.0"

[dependencies.logos]
version = "0.15"

[dependencies.serde]
optional = true
version = "1.0.203"

[dependencies.strum]
features = ["derive"]
version = "0.27"

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

[dev-dependencies.insta]
features = ["glob"]
version = "1.28"

[dev-dependencies.self_cell]
version = "1.0.3"

[features]
format-errors = []
serde = ["dep:serde"]

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

[lints.clippy]
wildcard_imports = "deny"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A GraphQL parser"
edition = "2021"
exclude = [".gitignore", "tests/**/*"]
homepage = "https://github.com/Shopify/bluejay"
keywords = ["graphql"]
license = "MIT"
name = "bluejay-parser"
readme = "README.md"
repository = "https://github.com/Shopify/bluejay"
version = "0.3.0"