async-graphql/parser/Cargo.toml
2022-04-25 11:35:37 +02:00

23 lines
717 B
TOML

[package]
name = "async-graphql-parser"
version = "3.0.38"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2021"
description = "GraphQL query parser for async-graphql"
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]
async-graphql-value = { path = "../value", version = "3.0.38" }
pest = "2.1.3"
serde_json = "1.0.64"
serde = { version = "1.0.125", features = ["derive"] }
[dev-dependencies]
pest_generator = "2.1.3"
proc-macro2 = "1.0.37"