Cargo Features
[dependencies]
weblog = { version = "0.4.0-beta.1", default-features = false, features = ["web_sys", "std_web"] }
- default = web_sys
-
The
web_sys
feature is set by default wheneverweblog
is added without
somewhere in the dependency tree.default-features = false - web_sys default = wasm-bindgen, web-sys, weblog-proc-macro
-
Affects
console::web_sys
… - std_web = stdweb
-
Affects
console::std_web
…
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.