tower-load 0.3.0

Strategies for measuring the load of a service
Documentation
[dependencies.futures-core]
default-features = false
version = "0.3"

[dependencies.log]
version = "0.4.1"

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

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

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

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

[dev-dependencies.futures-util]
default-features = false
version = "0.3"

[dev-dependencies.tokio]
features = ["macros", "test-util"]
version = "0.2"

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

[package]
authors = ["Tower Maintainers <team@tower-rs.com>"]
categories = ["asynchronous", "network-programming"]
description = """
Strategies for measuring the load of a service
"""
documentation = "https://docs.rs/tower-load/0.3.0-alpha.2"
edition = "2018"
homepage = "https://github.com/tower-rs/tower"
license = "MIT"
name = "tower-load"
readme = "README.md"
repository = "https://github.com/tower-rs/tower"
version = "0.3.0"