Cargo Features
[dependencies]
i18nify = { version = "0.4.1", default-features = false, features = ["json", "toml", "axum"] }
- default = axum, json
-
These default features are set whenever
i18nify
is added without
somewhere in the dependency tree.default-features = false - json default
-
Enables json of i18nify-macro
- toml
-
Enables toml of i18nify-macro
- axum default = futures-util, tokio, tower
-
Enables axum
Affects
i18nify::axum
…
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.