summaryrefslogtreecommitdiffstats
path: root/third_party/rust/h2/Cargo.toml
blob: 3cdbb6a5ea2c07e491a511a8bba80f82ac397a23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "h2"
version = "0.2.3"
authors = ["Carl Lerche <me@carllerche.com>", "Sean McArthur <sean@seanmonstar.com>"]
exclude = ["fixtures/**", "ci/**"]
description = "An HTTP/2.0 client and server"
documentation = "https://docs.rs/h2/0.2.3/h2/"
readme = "README.md"
keywords = ["http", "async", "non-blocking"]
categories = ["asynchronous", "web-programming", "network-programming"]
license = "MIT"
repository = "https://github.com/hyperium/h2"
[dependencies.bytes]
version = "0.5.2"

[dependencies.fnv]
version = "1.0.5"

[dependencies.futures-core]
version = "0.3"
default-features = false

[dependencies.futures-sink]
version = "0.3"
default-features = false

[dependencies.futures-util]
version = "0.3"
default-features = false

[dependencies.http]
version = "0.2"

[dependencies.indexmap]
version = "1.0"

[dependencies.log]
version = "0.4.1"

[dependencies.slab]
version = "0.4.0"

[dependencies.tokio]
version = "0.2"
features = ["io-util", "sync"]

[dependencies.tokio-util]
version = "0.2"
features = ["codec"]
[dev-dependencies.env_logger]
version = "0.5.3"
default-features = false

[dev-dependencies.hex]
version = "0.2.0"

[dev-dependencies.quickcheck]
version = "0.4.1"
default-features = false

[dev-dependencies.rand]
version = "0.3.15"

[dev-dependencies.rustls]
version = "0.16"

[dev-dependencies.serde]
version = "1.0.0"

[dev-dependencies.serde_json]
version = "1.0.0"

[dev-dependencies.tokio]
version = "0.2"
features = ["dns", "macros", "rt-core", "tcp"]

[dev-dependencies.tokio-rustls]
version = "0.12.0"

[dev-dependencies.walkdir]
version = "1.0.0"

[dev-dependencies.webpki]
version = "0.21"

[dev-dependencies.webpki-roots]
version = "0.17"

[features]
stream = []
unstable = []