[package] name = "tower-in-flight-limit" version = "0.1.0" authors = ["Carl Lerche "] publish = false [dependencies] futures = "0.1" tower-service = { version = "0.1", path = "../tower-service" } [dev-dependencies] tokio-test = { git = "https://github.com/carllerche/tokio-test" } tower-mock = { version = "0.1", path = "../tower-mock" }