Cargo Features

feature-extension-for-wasm-bindgen-futures has no features set by default.

[dependencies]
feature-extension-for-wasm-bindgen-futures = { version = "0.2.1", features = ["time", "channel", "wasm-bindgen"] }
time = futures-timer
channel = futures-channel

Affects feature-extension-for-wasm-bindgen-futures::channel

wasm-bindgen

Enables wasm-bindgen of optional futures-timer

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.

futures-timer time?
futures-channel channel?