Skip to content

Commit 59fb210

Browse files
committed
crate: cleanup Cargo.toml
1 parent 8520058 commit 59fb210

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ wasm_client = ["js-sys", "web-sys", "wasm-bindgen", "wasm-bindgen-futures"]
2525
hyper_client = ["hyper", "hyper-tls"]
2626

2727
[dependencies]
28-
futures = { version = "0.3.1" }
28+
async-trait = "0.1.37"
29+
futures = "0.3.1"
2930
http-types = { version = "2.3.0", features = ["hyperium_http"] }
3031
log = "0.4.7"
3132

32-
# h1-client
33+
# h1_client
3334
async-h1 = { version = "2.0.0", optional = true }
3435
async-std = { version = "1.6.0", default-features = false, optional = true }
3536
async-native-tls = { version = "0.3.1", optional = true }
3637

37-
# reqwest-client
38+
# hyper_client
3839
hyper = { version = "0.13.6", features = ["tcp"], optional = true }
3940
hyper-tls = { version = "0.4.3", optional = true }
40-
async-trait = "0.1.37"
4141

42-
# isahc-client
42+
# curl_client
4343
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
4444
isahc = { version = "0.9", optional = true, default-features = false, features = ["http2"] }
4545

46-
# wasm-client
46+
# wasm_client
4747
[target.'cfg(target_arch = "wasm32")'.dependencies]
4848
js-sys = { version = "0.3.25", optional = true }
4949
wasm-bindgen = { version = "0.2.48", optional = true }

0 commit comments

Comments
 (0)