hyper-timeout 0.3.1

A connect, read and write timeout aware connector to be used with hyper Client.
Documentation
[badges.travis-ci]
branch = "master"
repository = "https://github.com/hjr3/hyper-timeout"
[dependencies.bytes]
version = "0.5"

[dependencies.hyper]
default-features = false
features = ["tcp"]
version = "0.13"

[dependencies.tokio]
version = "0.2"

[dependencies.tokio-io-timeout]
version = "0.4"
[dev-dependencies.hyper-tls]
version = "0.4"

[dev-dependencies.tokio]
features = ["io-std", "macros"]
version = "0.2"

[package]
authors = ["Herman J. Radtke III <herman@hermanradtke.com>"]
description = "A connect, read and write timeout aware connector to be used with hyper Client."
documentation = "https://github.com/hjr3/hyper-timeout"
edition = "2018"
homepage = "https://github.com/hjr3/hyper-timeout"
license = "MIT/Apache-2.0"
name = "hyper-timeout"
repository = "https://github.com/hjr3/hyper-timeout"
version = "0.3.1"