# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "hyper-http-connector" version = "0.1.0" authors = ["Darren Tsung "] description = "Replacement for the default Hyper HttpConnector" license = "MIT OR Apache-2.0" [dependencies.antidote] version = "1.0.0" [dependencies.c-ares] version = "5.0" [dependencies.c-ares-resolver] version = "4.0" [dependencies.futures] version = "0.1.21" [dependencies.futures-cpupool] version = "0.1.6" [dependencies.http] version = "0.1.5" [dependencies.hyper] version = "0.12" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.net2] version = "0.2.32" [dependencies.tokio] version = "0.1" [dependencies.tokio-core] version = "0.1.11" [dependencies.tokio-reactor] version = "0.1" [dependencies.tokio-tcp] version = "0.1"