async-graphql-parser 8.0.0-rc.2

GraphQL query parser for async-graphql
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 = "async-graphql-parser"
version = "8.0.0-rc.2"
authors = [
    "sunli <scott_s829@163.com>",
    "Koxiaet",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GraphQL query parser for async-graphql"
homepage = "https://github.com/async-graphql/async-graphql"
documentation = "https://docs.rs/async-graphql/"
readme = false
keywords = [
    "futures",
    "async",
    "graphql",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/async-graphql/async-graphql"
resolver = "2"

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

[[test]]
name = "codegen"
path = "tests/codegen.rs"

[[test]]
name = "recursion_limit"
path = "tests/recursion_limit.rs"

[dependencies.async-graphql-value]
version = "8.0.0-rc.2"

[dependencies.pest]
version = "2.7.11"

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

[dependencies.serde_json]
version = "1.0.115"

[dev-dependencies.pest_generator]
version = "2.7.8"

[dev-dependencies.proc-macro2]
version = "1.0.79"