[package]
name = "tower-load"
version = "0.3.0-alpha.1"
authors = ["Tower Maintainers <team@tower-rs.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tower-rs/tower"
homepage = "https://github.com/tower-rs/tower"
documentation = "https://docs.rs/tower-load/0.3.0-alpha.1"
description = """
Strategies for measuring the load of a service
"""
categories = ["asynchronous", "network-programming"]
edition = "2018"
[dependencies]
futures-core-preview = "=0.3.0-alpha.18"
log = "0.4.1"
tokio-timer = "=0.3.0-alpha.4"
tower-service = "=0.3.0-alpha.1"
tower-discover = { version = "=0.3.0-alpha.1", path = "../tower-discover" }
pin-project = "=0.4.0-alpha.11"
[dev-dependencies]
tokio-test = "=0.2.0-alpha.4"
futures-util-preview = "=0.3.0-alpha.18"