Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 08b5d4f

Browse files
committed
fmt Cargo.toml
1 parent 12f4aa4 commit 08b5d4f

File tree

1 file changed

+8
-23
lines changed

1 file changed

+8
-23
lines changed

Cargo.toml

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,7 @@ reqwest = { version = "0.11.22", optional = true }
4747
[dependencies.web-sys]
4848
version = "0.3.4"
4949
optional = true
50-
features = [
51-
'Headers',
52-
'Request',
53-
'RequestInit',
54-
'RequestMode',
55-
'Response',
56-
'ReadableStream',
57-
'Window',
58-
'console',
59-
]
50+
features = ['Window', 'console']
6051

6152
[features]
6253
default = ["native", "js-url", "js-http-listen", "js-hash"]
@@ -67,19 +58,13 @@ js-hash = ["sha2", "sha3", "blake2"]
6758

6859
stream = ["js/stream"]
6960
sidevm = []
70-
web = [
71-
"js-sys",
72-
"web-sys",
73-
"wasm-bindgen",
74-
"wasm-bindgen-futures",
75-
"reqwest",
76-
]
61+
web = ["js-sys", "web-sys", "wasm-bindgen", "wasm-bindgen-futures", "reqwest"]
7762

7863
native = [
79-
"tokio/full",
80-
"tracing-subscriber",
81-
"rand",
82-
"hyper/runtime",
83-
"hyper/tcp",
84-
"hyper-rustls/webpki-roots",
64+
"tokio/full",
65+
"tracing-subscriber",
66+
"rand",
67+
"hyper/runtime",
68+
"hyper/tcp",
69+
"hyper-rustls/webpki-roots",
8570
]

0 commit comments

Comments
 (0)