Cargo Features
[dependencies]
next-rs = { version = "0.0.13", default-features = false, features = ["navbar", "sidebar", "alert", "i18n", "input", "accordion", "css", "yew", "yew-router"] }
- default = yew-router
-
These default features are set whenever
next-rs
is added without
somewhere in the dependency tree.default-features = false - alert = yew-alert
- i18n = yew-i18n
- input = input_yew
- accordion = yew-accordion
- css = stylist
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.
- yew default
- yew-i18n i18n?
- yew-accordion accordion?
- yew-alert alert?
- input_yew input?
-
Enables input_yew ^0.1.10
- yew-router default
- stylist css?