Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / http-body / Cargo.toml
blob202ce7de8490ed27b7d7975887d908e27e699ef2
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 = "http-body"
15 version = "0.4.5"
16 authors = [
17     "Carl Lerche <me@carllerche.com>",
18     "Lucio Franco <luciofranco14@gmail.com>",
19     "Sean McArthur <sean@seanmonstar.com>",
21 description = """
22 Trait representing an asynchronous, streaming, HTTP request or response body.
23 """
24 documentation = "https://docs.rs/http-body"
25 readme = "README.md"
26 keywords = ["http"]
27 categories = ["web-programming"]
28 license = "MIT"
29 repository = "https://github.com/hyperium/http-body"
31 [dependencies.bytes]
32 version = "1"
34 [dependencies.http]
35 version = "0.2"
37 [dependencies.pin-project-lite]
38 version = "0.2"
40 [dev-dependencies.tokio]
41 version = "1"
42 features = [
43     "macros",
44     "rt",