Cargo Features
[dependencies]
icu4x-datagen = { version = "2.0.0-beta1", default-features = false, features = ["provider", "baked_exporter", "blob_exporter", "blob_input", "fs_exporter", "use_wasm", "use_icu4c", "networking", "experimental"] }
- default = baked_exporter, blob_exporter, fs_exporter, networking, provider, use_wasm
-
These default features are set whenever
icu4x-datagen
is added without
somewhere in the dependency tree.default-features = false - provider default
-
Enables icu_provider_source
- baked_exporter default
-
Enables baked_exporter of icu_provider_export
- blob_exporter default
-
Enables blob_exporter of icu_provider_export
- blob_input
-
Enables icu, icu_provider_blob and export of icu_provider
icu_provider:
Dependencies for running data generation
- fs_exporter default
-
Enables fs_exporter of icu_provider_export
- use_wasm default
-
Use wasm for building codepointtries
Enables use_wasm of optional icu_provider_source
- use_icu4c
-
Use local ICU4C libraries for building codepointtries (will do nothing if used with
use_wasm
) If neitheruse_wasm
noruse_icu4c
are enabled, rule based segmenter data will not be generated.Enables use_icu4c of optional icu_provider_source
- networking default
-
Enables networking of optional icu_provider_source
- experimental
-
Enables experimental of icu and optional icu_provider_source