tokio-tower 0.5.1

Bridging the protocol gap between Tokio and Tower
Documentation
[badges.azure-devops]
build = "4"
pipeline = "tokio-tower"
project = "tower-rs/tokio-tower"
[dependencies.crossbeam]
version = "0.8"

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-sink]
version = "0.3"

[dependencies.futures-util]
features = ["sink"]
version = "0.3"

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

[dependencies.tokio]
features = ["sync", "rt"]
version = "1.0"

[dependencies.tower]
features = ["load"]
version = "0.4"

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

[dependencies.tracing]
version = "0.1.2"
[dev-dependencies.async-bincode]
version = "0.6"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.slab]
version = "0.4"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

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

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

[features]
default = []
log = ["tracing/log"]

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["asynchronous", "network-programming"]
description = "Bridging the protocol gap between Tokio and Tower"
edition = "2018"
keywords = ["tokio", "tower", "asynchronous", "protocol", "transport"]
license = "MIT"
name = "tokio-tower"
readme = "README.md"
repository = "https://github.com/tower-rs/tokio-tower.git"
version = "0.5.1"