async-graphql-parser 2.0.0-alpha.9

GraphQL query parser for async-graphql
Documentation
[dependencies.pest]
version = "2.1.3"

[dependencies.pest_derive]
version = "2.1.0"

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

[dependencies.serde_json]
version = "1.0.57"

[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 = "2.0.0-alpha.9"