[dependencies.pin-project-lite]
version = "0.2"
[dependencies.tokio]
features = ["time"]
version = "1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.0"
[lib]
name = "tokio_io_timeout"
path = "src/lib.rs"
[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tokio wrappers which apply timeouts to IO operations"
edition = "2018"
license = "MIT/Apache-2.0"
name = "tokio-io-timeout"
readme = "README.md"
repository = "https://github.com/sfackler/tokio-io-timeout"
version = "1.2.1"