# 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_cli" version = "0.14.0" authors = ["Tom Houlé "] description = "The CLI for graphql-client" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/graphql-rust/graphql-client" resolver = "2" [[bin]] name = "graphql-client" path = "src/main.rs" [dependencies.clap] version = "^3.0" features = ["derive"] [dependencies.env_logger] version = "^0.6" [dependencies.graphql_client] version = "0.14.0" features = [ "graphql_query_derive", "reqwest-blocking", ] default-features = false [dependencies.graphql_client_codegen] version = "0.14.0" [dependencies.log] version = "^0.4" [dependencies.reqwest] version = "^0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.syn] version = "1.0" [features] default = []