# 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 = "hyper-client-pool" version = "0.6.0" authors = ["Joe Wilm "] description = "Pooled Hyper Async Clients" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.fpool] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "client", "http1", "stream", "runtime", ] [dependencies.hyper-tls] version = "0.5" [dependencies.native-tls] version = "0.2" [dependencies.raii-counter] version = "0.1" [dependencies.tokio] version = "1.5" features = ["time"] [dependencies.tokio-native-tls] version = "0.3" [dependencies.tower-service] version = "0.3.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dev-dependencies.ipnet] version = "1.2" [dev-dependencies.lazy_static] version = "1.0" [dev-dependencies.regex] version = "1.0" [dev-dependencies.tokio] version = "1.5" features = ["macros"] [dev-dependencies.tracing-subscriber] version = "0.2" features = ["env-filter"] [features] default = ["transaction-tracing"] transaction-tracing = []