We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b3403 commit f86c4b5Copy full SHA for f86c4b5
Cargo.toml
@@ -25,13 +25,13 @@ futures-channel = "0.3"
25
futures-util = { version = "0.3", default-features = false }
26
http = "0.2"
27
http-body = "=1.0.0-rc.2"
28
-http-body-util = { version = "=0.1.0-rc.3", optional = true }
29
-h2 = { version = "0.3.9", optional = true }
30
pin-project-lite = "0.2.4"
31
tokio = { version = "1", features = ["sync"] }
32
33
# Optional
34
+h2 = { version = "0.3.9", optional = true }
+http-body-util = { version = "=0.1.0-rc.3", optional = true }
35
httparse = { version = "1.8", optional = true }
36
httpdate = { version = "1.0", optional = true }
37
itoa = { version = "1", optional = true }
0 commit comments