[dependencies.hyper]
version = "1.1"
[dependencies.hyper-util]
features = ["client-legacy", "http1"]
version = "0.1.10"
[dependencies.pin-project-lite]
version = "0.2"
[dependencies.tokio]
version = "1.35"
[dependencies.tower-service]
version = "0.3"
[dev-dependencies.http-body-util]
version = "0.1"
[dev-dependencies.hyper]
features = ["http1"]
version = "1.1"
[dev-dependencies.hyper-tls]
version = "0.6"
[dev-dependencies.hyper-util]
features = ["client-legacy", "http1", "server", "server-graceful"]
version = "0.1.10"
[dev-dependencies.tokio]
features = ["io-std", "io-util", "macros"]
version = "1.35"
[[example]]
name = "client"
path = "examples/client.rs"
[lib]
name = "hyper_timeout"
path = "src/lib.rs"
[package]
authors = ["Herman J. Radtke III <herman@hermanradtke.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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 OR Apache-2.0"
name = "hyper-timeout"
readme = "README.md"
repository = "https://github.com/hjr3/hyper-timeout"
version = "0.5.2"
[[test]]
name = "client_upload"
path = "tests/client_upload.rs"