tower-util 0.3.1

Utilities for working with `Service`.
Documentation
[dependencies.futures-core]
default-features = false
version = "0.3"

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

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

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

[dev-dependencies.tokio]
features = ["stream", "sync", "macros"]
version = "0.2"

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

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

[features]
call-all = ["futures-util"]
default = ["call-all"]

[package]
authors = ["Tower Maintainers <team@tower-rs.com>"]
categories = ["asynchronous", "network-programming"]
description = """
Utilities for working with `Service`.
"""
documentation = "https://docs.rs/tower-util/0.3.1"
edition = "2018"
homepage = "https://github.com/tower-rs/tower"
license = "MIT"
name = "tower-util"
readme = "README.md"
repository = "https://github.com/tower-rs/tower"
version = "0.3.1"