Cargo Features
[dependencies]
icu_provider_source = { version = "2.2.0", default-features = false, features = ["use_wasm", "use_icu4c", "networking", "unstable", "icu_experimental"] }
- default = networking, use_wasm
-
These default features are set whenever
icu_provider_sourceis added withoutsomewhere in the dependency tree.default-features = false - use_wasm default
-
Use wasm for building codepointtries
Enables wasm of icu_codepointtrie_builder
ICU infrastructure
- use_icu4c
-
Use local ICU4C libraries for building codepointtries (will do nothing if used with
use_wasm) If neitheruse_wasmnoruse_icu4care enabled, rule based segmenter data will not be generated.Enables icu4c of icu_codepointtrie_builder
- networking default
-
Enables ureq
networkingfeature - unstable
-
Enables num-traits
unstablefeatureICU components
- icu_experimental
-
added by accident