tower/tower-make/Cargo.toml

22 lines
560 B
TOML

[package]
name = "tower-make"
version = "0.3.0"
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"
description = """
Trait aliases for Services that produce specific types of Responses.
"""
categories = ["asynchronous", "network-programming"]
edition = "2018"
[features]
connect = ["tokio"]
[dependencies]
tower-service = "0.3"
tokio = { version = "0.2", optional = true }