libgraphql-parser 0.0.4

A GraphQL parsing library to parse schema documents, executable documents, and documents that mix both together.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "libgraphql-parser"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A GraphQL parsing library to parse schema documents, executable documents, and documents that mix both together."
documentation = "https://docs.rs/libgraphql/latest/libgraphql-parser/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jeffmo/libgraphql/tree/main/crates/libgraphql-parser"

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

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

[dependencies.graphql-parser]
version = "0.4.0"

[dependencies.serde]
version = "1.0.226"
features = ["derive"]

[dependencies.smallvec]
version = "1.15"

[dependencies.thiserror]
version = "2.0.9"

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

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