# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "graphql-parser-hive-fork" version = "0.5.0" authors = ["Paul Colomiets "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A parser, AST and serializer for graphql query language and scheme definition language (sometimes called IDL). """ homepage = "https://github.com/graphql-hive/graphql-parser" documentation = "https://github.com/graphql-hive/graphql-parser" readme = "README.md" keywords = [ "graphql", "parser", ] categories = [ "parser-implementations", "command-line-interface", ] license = "MIT/Apache-2.0" [lib] name = "graphql_parser_hive_fork" path = "src/lib.rs" [[test]] name = "query_errors" path = "tests/query_errors.rs" [[test]] name = "query_roundtrips" path = "tests/query_roundtrips.rs" [[test]] name = "schema_roundtrips" path = "tests/schema_roundtrips.rs" [[bench]] name = "graphql" path = "benches/graphql.rs" [dependencies.combine] version = "4.6.6" [dependencies.thiserror] version = "1.0.11" [dev-dependencies.pretty_assertions] version = "0.5.0"