# 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 = "gurkle" version = "0.3.2" authors = ["Brendan Molloy ", "Tom Houlé "] description = "GraphQL client for Rust, with typed requests and responses, and subscriptions!" keywords = ["graphql", "api", "web"] categories = ["network-programming", "web-programming"] license = "Apache-2.0 OR MIT" repository = "https://github.com/technocreatives/gurkle" [dependencies.async-stream] version = "0.3.0" [dependencies.async-trait] version = "0.1.48" [dependencies.futures] version = "0.3.13" [dependencies.futures-util] version = "0.3" [dependencies.reqwest] version = "0.11" features = ["rustls-tls", "json", "gzip", "brotli"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "io-util", "sync", "macros"] default-features = false [dependencies.tokio-tungstenite] version = "0.14" features = ["rustls-tls"] [dependencies.tracing] version = "0.1.25" [features] default = []