hyper-proxy 0.5.0

A proxy connector for Hyper-based applications
Documentation
# 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-proxy"
version = "0.5.0"
authors = ["Johann Tuffe <tafia973@gmail.com>"]
description = "A proxy connector for Hyper-based applications"
documentation = "https://docs.rs/hyper-proxy"
readme = "README.md"
keywords = ["hyper", "proxy", "tokio", "ssl"]
categories = ["web-programming::http-client", "asynchronous", "authentication"]
license = "MIT"
repository = "https://github.com/tafia/hyper-proxy"
[dependencies.bytes]
version = "0.4.6"

[dependencies.futures]
version = "0.1.17"

[dependencies.http]
version = "0.1"

[dependencies.hyper]
version = "0.12"

[dependencies.hyper-tls]
version = "0.3"
optional = true

[dependencies.native-tls]
version = "0.2"
optional = true

[dependencies.tokio-io]
version = "0.1.6"

[dependencies.tokio-tls]
version = "0.2"
optional = true

[dependencies.typed-headers]
version = "0.1"
[dev-dependencies.tokio]
version = "0.1"

[dev-dependencies.tokio-tcp]
version = "0.1"

[features]
default = ["tls"]
tls = ["tokio-tls", "hyper-tls", "native-tls"]