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

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.

i18nify-macro json toml?
tokio axum
futures-util axum
tower axum