# 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-writer" version = "0.2.0" authors = ["Lorenzo Delgado (LNSD) "] description = "A GraphQL document writer" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/LNSD/graphql-toolkit" [dependencies.anyhow] version = "1.0.86" [dependencies.graphql-toolkit-ast] version = "0.2.0" [dependencies.itoa] version = "1.0.11" default-features = false [dependencies.ryu] version = "1.0.18" default-features = false [dev-dependencies.graphql-toolkit-parser] version = "0.2.0" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.insta] version = "1.39.0"