Cargo Features

Viewbuilder has no features set by default.

[dependencies]
viewbuilder = { version = "0.10.0-alpha.5", features = ["full", "web"] }
full = tracing, web
web full? = web-sys

Affects viewbuilder::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.

tracing full?
web-sys web?