blob: 3d9bcffb75897743f2cb023af1eae76dc369f428 [file] [log] [blame] [edit]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "hyper-timeout"
version = "0.4.1"
authors = ["Herman J. Radtke III <[email protected]>"]
description = "A connect, read and write timeout aware connector to be used with hyper Client."
homepage = "https://github.com/hjr3/hyper-timeout"
documentation = "https://github.com/hjr3/hyper-timeout"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/hjr3/hyper-timeout"
[dependencies.hyper]
version = "0.14.2"
features = ["client"]
[dependencies.pin-project-lite]
version = "0.2"
[dependencies.tokio]
version = "1.0.0"
[dependencies.tokio-io-timeout]
version = "1.1.0"
[dev-dependencies.hyper]
version = "0.14"
features = ["client", "http1", "tcp"]
[dev-dependencies.hyper-tls]
version = "0.5"
[dev-dependencies.tokio]
version = "1.0.0"
features = ["io-std", "io-util", "macros"]