1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "tower-service"
15version = "0.3.2"
16authors = ["Tower Maintainers <[email protected]>"]
17description = """
18Trait representing an asynchronous, request / response based, client or server.
19"""
20homepage = "https://github.com/tower-rs/tower"
21documentation = "https://docs.rs/tower-service/0.3.2"
22readme = "README.md"
23categories = [
24    "asynchronous",
25    "network-programming",
26]
27license = "MIT"
28repository = "https://github.com/tower-rs/tower"
29
30[dependencies]
31
32[dev-dependencies.futures]
33version = "0.3"
34
35[dev-dependencies.http]
36version = "0.2"
37
38[dev-dependencies.tokio]
39version = "1"
40features = [
41    "macros",
42    "time",
43]
44
45[dev-dependencies.tower-layer]
46version = "0.3"
47