# 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_client" version = "0.14.0" authors = ["Tom Houlé "] description = "Typed GraphQL requests and responses" homepage = "https://github.com/graphql-rust/graphql-client" readme = "README.md" keywords = [ "graphql", "api", "web", "webassembly", "wasm", ] categories = [ "network-programming", "web-programming", "wasm", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/graphql-rust/graphql-client" resolver = "2" [package.metadata.docs.rs] features = ["reqwest"] [dependencies.graphql_query_derive] version = "0.14.0" optional = true [dependencies.reqwest-crate] version = "^0.11" features = ["json"] optional = true default-features = false package = "reqwest" [dependencies.serde] version = "^1.0.78" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] default = ["graphql_query_derive"] reqwest = [ "reqwest-crate", "reqwest-crate/default-tls", ] reqwest-blocking = ["reqwest-crate/blocking"] reqwest-rustls = [ "reqwest-crate", "reqwest-crate/rustls-tls", ]