[package] name = "tower-service" # When releasing to crates.io: # - Remove path dependencies # - Update html_root_url. # - Update doc url # - Cargo.toml # - README.md # - Update CHANGELOG.md. # - Create "v0.2.x" git tag. version = "0.3.0" authors = ["Tower Maintainers "] license = "MIT" readme = "README.md" repository = "https://github.com/tower-rs/tower" homepage = "https://github.com/tower-rs/tower" documentation = "https://docs.rs/tower-service/0.3.0" description = """ Trait representing an asynchronous, request / response based, client or server. """ categories = ["asynchronous", "network-programming"] edition = "2018" [dependencies] [dev-dependencies] http = "0.2"