Cargo Features
[dependencies]
leptos_i18n_build = { version = "0.5.0-gamma2", default-features = false, features = ["json_files", "yaml_files", "json5_files"] }
- default = json_files
-
The
json_files
feature is set by default wheneverleptos_i18n_build
is added without
somewhere in the dependency tree.default-features = false - json_files default
-
Enables json_files of leptos_i18n_parser
- yaml_files
-
Enables yaml_files of leptos_i18n_parser
- json5_files
-
Enables json5_files of leptos_i18n_parser
leptos_i18n_build has 4 features without comments.