tower 0.4.8

Tower is a library of modular and reusable components for building robust clients and servers.
Documentation
[[example]]
name = "tower-balance"
path = "examples/tower-balance.rs"
required-features = ["full"]
[dependencies.futures-core]
version = "0.3"

[dependencies.futures-util]
default-features = false
features = ["alloc"]
optional = true
version = "0.3"

[dependencies.hdrhistogram]
optional = true
version = "6.0"

[dependencies.indexmap]
optional = true
version = "1.0.2"

[dependencies.pin-project]
version = "1"

[dependencies.rand]
features = ["small_rng"]
optional = true
version = "0.8"

[dependencies.slab]
optional = true
version = "0.4"

[dependencies.tokio]
features = ["sync"]
optional = true
version = "1"

[dependencies.tokio-stream]
optional = true
version = "0.1.0"

[dependencies.tokio-util]
default-features = false
optional = true
version = "0.6.3"

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

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

[dependencies.tracing]
optional = true
version = "0.1.2"
[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.hdrhistogram]
version = "6.0"

[dev-dependencies.http]
version = "0.2"

[dev-dependencies.quickcheck]
default-features = false
version = "0.9"

[dev-dependencies.tokio]
features = ["macros", "sync", "test-util", "rt-multi-thread"]
version = "1"

[dev-dependencies.tokio-stream]
version = "0.1"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tower-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.2.14"

[features]
balance = ["discover", "load", "ready-cache", "make", "rand", "slab", "tokio-stream"]
buffer = ["tokio/sync", "tokio/rt", "tokio-util", "tracing"]
default = ["log"]
discover = []
filter = ["futures-util"]
full = ["balance", "buffer", "discover", "filter", "hedge", "limit", "load", "load-shed", "make", "ready-cache", "reconnect", "retry", "spawn-ready", "steer", "timeout", "util"]
hedge = ["util", "filter", "futures-util", "hdrhistogram", "tokio/time", "tracing"]
limit = ["tokio/time", "tokio/sync", "tokio-util", "tracing"]
load = ["tokio/time", "tracing"]
load-shed = []
log = ["tracing/log"]
make = ["tokio/io-std", "futures-util"]
ready-cache = ["futures-util", "indexmap", "tokio/sync", "tracing"]
reconnect = ["make", "tokio/io-std", "tracing"]
retry = ["tokio/time"]
spawn-ready = ["futures-util", "tokio/sync", "tokio/rt", "util", "tracing"]
steer = ["futures-util"]
timeout = ["tokio/time"]
util = ["futures-util"]

[package]
authors = ["Tower Maintainers <team@tower-rs.com>"]
categories = ["asynchronous", "network-programming"]
description = "Tower is a library of modular and reusable components for building robust\nclients and servers.\n"
documentation = "https://docs.rs/tower/0.4.8"
edition = "2018"
homepage = "https://github.com/tower-rs/tower"
keywords = ["io", "async", "non-blocking", "futures", "service"]
license = "MIT"
name = "tower"
readme = "README.md"
repository = "https://github.com/tower-rs/tower"
version = "0.4.8"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.playground]
features = ["full"]