async-graphql/async-graphql-parser/Cargo.toml
Sunli 66d0d9f62d Release 1.17.3
async-graphql@1.17.3
async-graphql-actix-web@1.17.3
async-graphql-derive@1.17.3
async-graphql-parser@1.17.3
async-graphql-tide@1.17.3
async-graphql-warp@1.17.3
chat@1.17.3
graphql-benchmark@1.17.3
simple@1.17.3

Generated by cargo-workspaces
2020-08-06 14:54:22 +08:00

23 lines
648 B
TOML

[package]
name = "async-graphql-parser"
version = "1.17.3"
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"
thiserror = "1.0.11"
serde_json = "1.0.48"
arrayvec = "0.5.1"
serde = { version = "1.0", features = ["derive"] }