libgraphql-parser 0.0.5

A blazing fast, error-focused, lossless GraphQL parser for schema, executable, and mixed documents.
Documentation
[package]
name = "libgraphql-parser"
description = "A blazing fast, error-focused, lossless GraphQL parser for schema, executable, and mixed documents."
documentation = "https://docs.rs/libgraphql-parser/"
license = "MIT"
version = "0.0.5"
edition = "2024"
repository = "https://github.com/jeffmo/libgraphql/tree/main/crates/libgraphql-parser"
readme = "README.md"

[dependencies]
graphql-parser.workspace = true
inherent.workspace = true
memchr.workspace = true
serde.workspace = true
smallvec.workspace = true
thiserror.workspace = true

[dev-dependencies]
apollo-parser.workspace = true
criterion.workspace = true
proptest.workspace = true

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