Cargo Features

[dependencies]
bevy_simple_i18n = { version = "0.1.1", default-features = false, features = ["numbers"] }
default = numbers

The numbers feature is set by default whenever bevy_simple_i18n is added without default-features = false somewhere in the dependency tree.

numbers default = fixed_decimal, icu_decimal

Enables ryu of fixed_decimal

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.

fixed_decimal numbers
icu_decimal numbers