oxc-graphql-parser 0.0.2

Spec-compliant GraphQL parser.
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"
rust-version = "1.96.0"
name = "oxc-graphql-parser"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spec-compliant GraphQL parser."
documentation = "https://docs.rs/oxc-graphql-parser"
readme = "README.md"
keywords = [
    "graphql",
    "parser",
    "graphql-tooling",
    "oxc",
]
categories = [
    "compilers",
    "development-tools",
    "parser-implementations",
    "parsing",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/oxc-project/oxc-graphql-parser"
resolver = "2"

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

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

[[example]]
name = "annotate_snippet"
path = "examples/annotate_snippet.rs"

[[example]]
name = "ariadne"
path = "examples/ariadne.rs"

[[example]]
name = "unused_vars"
path = "examples/unused_vars.rs"

[dependencies.memchr]
version = "2.6.1"

[dependencies.oxc_allocator]
version = ">=0.137.0"

[dependencies.thiserror]
version = "2.0.0"

[dev-dependencies.annotate-snippets]
version = "0.12.0"

[dev-dependencies.ariadne]
version = "0.6.0"

[dev-dependencies.criterion2]
version = "3"
default-features = false