Cargo Features
[dependencies]
asset = { version = "0.0.1", default-features = false, features = ["html", "dioxus", "url-encoding"] }
- default = dioxus
-
The
dioxus
feature is set by default wheneverasset
is added without
somewhere in the dependency tree.default-features = false - html
- dioxus default = dioxus-core
- url-encoding
-
Enables url-encoding of manganis-macro
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.