# 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 = "2021" rust-version = "1.71.1" name = "graphql-toolkit-parser" version = "0.2.0" authors = ["Lorenzo Delgado (LNSD) "] description = "A GraphQL document parser" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/LNSD/graphql-toolkit" [dependencies.graphql-toolkit-ast] version = "0.2.0" [dependencies.pest] version = "2.7.10" [dependencies.serde] version = "1.0.203" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.pest_generator] version = "2.7.10" [dev-dependencies.proc-macro2] version = "1.0.85"