[package]
name = "hyper-timeout"
version = "0.3.0"
authors = ["Herman J. Radtke III <herman@hermanradtke.com>"]
description = "A connect, read and write timeout aware connector to be used with hyper Client."
license = "MIT/Apache-2.0"
documentation = "https://github.com/hjr3/hyper-timeout"
homepage = "https://github.com/hjr3/hyper-timeout"
repository = "https://github.com/hjr3/hyper-timeout"
edition = "2018"
[badges]
travis-ci = { repository = "https://github.com/hjr3/hyper-timeout", branch = "master" }
[dependencies]
bytes = "0.5"
hyper = { version = "0.13", default-features = false, features = ["tcp"] }
tokio = "0.2"
tokio-io = "0.1"
tokio-io-timeout = "0.4"
[dev-dependencies]
hyper-tls = "0.4"
tokio = { version = "0.2", features = ["io-std", "macros"] }