1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "hyper-timeout"
16version = "0.4.1"
17authors = ["Herman J. Radtke III <[email protected]>"]
18description = "A connect, read and write timeout aware connector to be used with hyper Client."
19homepage = "https://github.com/hjr3/hyper-timeout"
20documentation = "https://github.com/hjr3/hyper-timeout"
21readme = "README.md"
22license = "MIT/Apache-2.0"
23repository = "https://github.com/hjr3/hyper-timeout"
24[dependencies.hyper]
25version = "0.14.2"
26features = ["client"]
27
28[dependencies.pin-project-lite]
29version = "0.2"
30
31[dependencies.tokio]
32version = "1.0.0"
33
34[dependencies.tokio-io-timeout]
35version = "1.1.0"
36[dev-dependencies.hyper]
37version = "0.14"
38features = ["client", "http1", "tcp"]
39
40[dev-dependencies.hyper-tls]
41version = "0.5"
42
43[dev-dependencies.tokio]
44version = "1.0.0"
45features = ["io-std", "io-util", "macros"]
46