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 whenever weblog is added without default-features = false somewhere in the dependency tree.

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.

stdweb std_web?
weblog-proc-macro web_sys
web-sys web_sys
wasm-bindgen web_sys