Cargo Features
[dependencies]
wasm-bindgen-futures = { version = "0.4.49", default-features = false, features = ["std", "futures-core-03-stream"] }
- default = std
-
The
std
feature is set by default wheneverwasm-bindgen-futures
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of js-sys, once_cell, wasm-bindgen, and web-sys
once_cell:
Enables
once_cell::sync
module. - futures-core-03-stream = futures-core
-
Affects
wasm-bindgen-futures::stream
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.