# 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.56" name = "iqhttp" version = "0.2.0" authors = [ "Tony Arcieri ", "Shella Stephens ", ] description = """ iqlusion's HTTPS toolkit. Provides a high-level wrapper around hyper, with built-in SSL/TLS support based on rustls. """ homepage = "https://github.com/iqlusioninc/crates/" readme = "README.md" keywords = [ "api", "client", "http", "rest", "web", ] categories = [ "network-programming", "web-programming::http-client", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/iqlusioninc/crates/tree/main/iqhttp" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.hyper] version = "0.14.10" [dependencies.hyper-proxy] version = "=0.9.1" optional = true [dependencies.hyper-rustls] version = "0.22" features = ["rustls-native-certs"] [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [features] json = [ "serde", "serde_json", ] proxy = ["hyper-proxy"]