• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "hyper-timeout"
3version = "0.4.1"
4authors = ["Herman J. Radtke III <herman@hermanradtke.com>"]
5edition = "2018"
6description = "A connect, read and write timeout aware connector to be used with hyper Client."
7license = "MIT/Apache-2.0"
8documentation = "https://github.com/hjr3/hyper-timeout"
9homepage = "https://github.com/hjr3/hyper-timeout"
10repository = "https://github.com/hjr3/hyper-timeout"
11readme = "README.md"
12
13[dependencies]
14hyper = { version = "0.14.2", features = ["client"] }
15pin-project-lite = "0.2"
16tokio = "1.0.0"
17tokio-io-timeout = "1.1.0"
18
19[dev-dependencies]
20hyper = { version = "0.14", features = ["client", "http1", "tcp"] }
21hyper-tls = "0.5"
22tokio = { version = "1.0.0", features = ["io-std", "io-util", "macros"] }
23