Cargo Features

i18n-build has no features set by default.

[dependencies]
i18n-build = { version = "0.9.0", features = ["localize"] }
localize = gettext, i18n-embed, lazy_static

A feature to localize this library

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.

i18n-embed localize?
gettext localize?
lazy_static localize?