oxc-graphql-parser 0.0.4

Spec-compliant GraphQL parser.
Documentation
[package]
name = "oxc-graphql-parser"
version = "0.0.4"
edition = "2024"
rust-version = "1.96.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/oxc-project/oxc-graphql-parser"
documentation = "https://docs.rs/oxc-graphql-parser"
description = "Spec-compliant GraphQL parser."
keywords = ["graphql", "parser", "graphql-tooling", "oxc"]
categories = [
    "compilers",
    "development-tools",
    "parser-implementations",
    "parsing",
    "web-programming",
]

[dependencies]
memchr = "2.6.1"
oxc_allocator = ">=0.137.0"
thiserror = "2.0.0"

[dev-dependencies]
annotate-snippets = "0.12.0"
ariadne = "0.6.0"
criterion2 = { version = "3", default-features = false }

[features]
default = []
codspeed = ["criterion2/codspeed"]

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

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