Cargo Features
[dependencies]
yew-template = { version = "0.10.0", default-features = false, features = ["config", "i18n", "log"] }
- default = config, i18n
-
These default features are set whenever
yew-template
is added without
somewhere in the dependency tree.default-features = false - config default = serde, toml
-
Affects
config::read_config
… - i18n default = poreader
- log
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.