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

Commit

Permalink
fmt Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Dec 11, 2023
1 parent 12f4aa4 commit 08b5d4f
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,7 @@ reqwest = { version = "0.11.22", optional = true }
[dependencies.web-sys]
version = "0.3.4"
optional = true
features = [
'Headers',
'Request',
'RequestInit',
'RequestMode',
'Response',
'ReadableStream',
'Window',
'console',
]
features = ['Window', 'console']

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

stream = ["js/stream"]
sidevm = []
web = [
"js-sys",
"web-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"reqwest",
]
web = ["js-sys", "web-sys", "wasm-bindgen", "wasm-bindgen-futures", "reqwest"]

native = [
"tokio/full",
"tracing-subscriber",
"rand",
"hyper/runtime",
"hyper/tcp",
"hyper-rustls/webpki-roots",
"tokio/full",
"tracing-subscriber",
"rand",
"hyper/runtime",
"hyper/tcp",
"hyper-rustls/webpki-roots",
]

0 comments on commit 08b5d4f

Please sign in to comment.