[package] name = "graphql-parser" description = """ A parser, AST and serializer for graphql query language and scheme definition language (sometimes called IDL). """ license = "MIT/Apache-2.0" readme = "README.md" keywords = ["graphql", "parser"] categories = ["parser-implementations", "command-line-interface"] homepage = "https://github.com/graphql-rust/graphql-parser" documentation = "https://docs.rs/graphql-parser" version = "0.4.0" authors = ["Paul Colomiets "] edition = "2018" [dependencies] combine = "3.2.0" thiserror = "1.0.11" [dev-dependencies] pretty_assertions = "0.5.0"