# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "graphql-parser" version = "0.4.0" authors = ["Paul Colomiets "] description = " A parser, AST and serializer for graphql query language and scheme\n definition language (sometimes called IDL).\n" homepage = "https://github.com/graphql-rust/graphql-parser" documentation = "https://docs.rs/graphql-parser" readme = "README.md" keywords = ["graphql", "parser"] categories = ["parser-implementations", "command-line-interface"] license = "MIT/Apache-2.0" [dependencies.combine] version = "3.2.0" [dependencies.thiserror] version = "1.0.11" [dev-dependencies.pretty_assertions] version = "0.5.0"