tower-timeout 0.3.0

Apply a timeout to requests, ensuring completion within a fixed time duration.
Documentation
[dependencies.pin-project]
version = "0.4"

[dependencies.tokio]
features = ["time"]
version = "0.2"

[dependencies.tower-layer]
version = "0.3"

[dependencies.tower-service]
version = "0.3"

[package]
authors = ["Tower Maintainers <team@tower-rs.com>"]
categories = ["asynchronous", "network-programming"]
description = """
Apply a timeout to requests, ensuring completion within a fixed time duration.
"""
documentation = "https://docs.rs/tower-timeout/0.3.0"
edition = "2018"
homepage = "https://github.com/tower-rs/tower"
license = "MIT"
name = "tower-timeout"
readme = "README.md"
repository = "https://github.com/tower-rs/tower"
version = "0.3.0"