[package]
edition = "2018"
name = "tower-timeout"
version = "0.1.1"
authors = ["Tower Maintainers <team@tower-rs.com>"]
description = "Apply a timeout to requests, ensuring completion within a fixed time duration.\n"
homepage = "https://github.com/tower-rs/tower"
documentation = "https://docs.rs/tower-timeout/0.1.1"
readme = "README.md"
categories = ["asynchronous", "network-programming"]
license = "MIT"
repository = "https://github.com/tower-rs/tower"
[dependencies.futures]
version = "0.1.26"
[dependencies.tokio-timer]
version = "0.2.6"
[dependencies.tower-layer]
version = "0.1.0"
[dependencies.tower-service]
version = "0.2.0"