async-graphql-parser 1.14.7

GraphQL query parser for async-graphql
Documentation
[dependencies.arrayvec]
version = "0.5.1"

[dependencies.pest]
version = "2.1.3"

[dependencies.pest_derive]
version = "2.1.0"

[dependencies.serde_json]
version = "1.0.48"

[dependencies.thiserror]
version = "1.0.11"

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