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 default-features = false somewhere in the dependency tree.

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.

poreader i18n
toml config

Enables toml ^0.5

serde config