# 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 = "simple-hyper-client" version = "0.1.3" authors = ["Fortanix, Inc."] description = """ A wrapper for hyper's HTTP client providing a simpler interface as well as a blocking interface """ homepage = "https://github.com/fortanix/simple-hyper-client" documentation = "https://docs.rs/simple-hyper-client" readme = "README.md" categories = ["web-programming::http-client"] license = "MPL-2.0" repository = "https://github.com/fortanix/simple-hyper-client" [package.metadata.docs.rs] features = ["native-tls"] [dependencies.futures-executor] version = "0.3.21" [dependencies.headers] version = "0.3.7" [dependencies.http] version = "0.2.6" [dependencies.hyper] version = "0.14.17" features = [ "client", "http1", "http2", "stream", ] [dependencies.tokio] version = "1.15.0" features = [ "rt", "macros", "net", "sync", "time", ] [dependencies.tokio-native-tls] version = "0.3.0" optional = true [dependencies.tokio-stream] version = "0.1.8" [dev-dependencies.futures-util] version = "0.3.21" [features] native-tls = ["tokio-native-tls"]