async-graphql-parser 2.0.0-alpha.9

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

[dependencies]
pest = "2.1.3"
pest_derive = "2.1.0"
serde_json = "1.0.57"
serde = { version = "1.0.115", features = ["derive"] }