# 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" name = "introspector-gadget" version = "0.2.2" authors = ["Apollo Developers "] description = "GraphQL introspection utilities" readme = "README.md" license = "MIT" repository = "https://github.com/apollographql/introspector-gadget" [dependencies.apollo-encoder] version = "0.5" [dependencies.backoff] version = "0.4" [dependencies.graphql_client] version = "0.13" [dependencies.hyper] version = "0.14" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] default-features = false [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.httpmock] version = "0.6" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.2"