Cargo Features

quicksilver-utils-async has no features set by default.

[dependencies]
quicksilver-utils-async = { version = "0.3.0", features = ["stdweb", "web-sys"] }
stdweb = std_web
web-sys = js-sys, wasm-bindgen, web_sys

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.

std_web stdweb?

Enables stdweb

js-sys web-sys?
web_sys web-sys?

Enables web-sys

wasm-bindgen web-sys?