tower-make 0.3.0-alpha.1

Trait aliases for Services that produce specific types of Responses.
Documentation
[package]
name = "tower-make"
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-make/0.3.0-alpha.1"
description = """
Trait aliases for Services that produce specific types of Responses.
"""
categories = ["asynchronous", "network-programming"]
edition = "2018"

[features]
io = ["tokio-io"]

[dependencies]
tokio-io = { version = "=0.2.0-alpha.4", optional = true }
tower-service = "=0.3.0-alpha.1"