Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / tower-service / Cargo.toml
blobb023dab5a457cca87d48777a5c52ea32388cd4a1
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 edition = "2018"
14 name = "tower-service"
15 version = "0.3.2"
16 authors = ["Tower Maintainers <team@tower-rs.com>"]
17 description = """
18 Trait representing an asynchronous, request / response based, client or server.
19 """
20 homepage = "https://github.com/tower-rs/tower"
21 documentation = "https://docs.rs/tower-service/0.3.2"
22 readme = "README.md"
23 categories = [
24     "asynchronous",
25     "network-programming",
27 license = "MIT"
28 repository = "https://github.com/tower-rs/tower"
30 [dependencies]
32 [dev-dependencies.futures]
33 version = "0.3"
35 [dev-dependencies.http]
36 version = "0.2"
38 [dev-dependencies.tokio]
39 version = "1"
40 features = [
41     "macros",
42     "time",
45 [dev-dependencies.tower-layer]
46 version = "0.3"