async-graphql-parser 7.0.11

GraphQL query parser for async-graphql
Documentation
[package]
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
categories = ["network-programming", "asynchronous"]
description = "GraphQL query parser for async-graphql"
documentation = "https://docs.rs/async-graphql/"
edition = "2021"
homepage = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
license = "MIT OR Apache-2.0"
name = "async-graphql-parser"
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.11"

[dependencies]
async-graphql-value.workspace = true
pest = "2.7.11"
serde.workspace = true
serde_json.workspace = true

[dev-dependencies]
pest_generator = "2.7.8"
proc-macro2 = "1.0.79"