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 24cf60a commit 9fee00bCopy full SHA for 9fee00b
Cargo.toml
@@ -16,16 +16,18 @@ default = []
16
hyperium_http = ["http"]
17
18
[dependencies]
19
-async-std = { version = "1.4.0", features = ["unstable"] }
+anyhow = "1.0.26"
20
cookie = "0.12.0"
21
infer = "0.1.2"
22
+omnom = "2.1.1"
23
pin-project-lite = "0.1.0"
24
url = "2.1.0"
-omnom = "2.1.1"
25
+
26
+# Note(yoshuawuyts): used for async_std's `channel` only; use "core" once possible.
27
+async-std = { version = "1.4.0", features = ["unstable"] }
28
29
# features: hyperium/http
30
http = { version = "0.2.0", optional = true }
-anyhow = "1.0.26"
31
32
[dev-dependencies]
33
http = "0.2.0"
0 commit comments