Cargo Features
[dependencies]
web-task = { version = "1.1.1", default-features = false, features = ["std"] }
- default = std
-
The
stdfeature is set by default wheneverweb-taskis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of async-task, js-sys, and wasm-bindgen
web-task has 2 features without comments.