We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bcc7d commit 235de5bCopy full SHA for 235de5b
Cargo.toml
@@ -18,17 +18,16 @@ readme = "README.md"
18
edition = "2018"
19
20
[dependencies]
21
-httparse = "1.3.4"
22
-http-types = { version = "2.9.0", default-features = false }
23
-futures-core = "0.3.8"
24
-log = "0.4.11"
25
-pin-project = "1.0.2"
26
async-channel = "1.5.1"
27
async-dup = "1.2.2"
28
-futures-lite = "1.13.0"
29
-async-io = "1.13.0"
30
async-global-executor = "2.3.1"
+async-io = "1.13.0"
+futures-lite = "1.13.0"
+http-types = { version = "2.9.0", default-features = false }
+httparse = "1.3.4"
+log = "0.4.11"
+pin-project = "1.0.2"
31
32
[dev-dependencies]
33
-pretty_assertions = "0.6.1"
34
async-std = { version = "1.7.0", features = ["attributes"] }
+pretty_assertions = "0.6.1"
0 commit comments