Cargo Features
[dependencies]
rust_icu_sys = { version = "5.0.0", default-features = false, features = ["use-bindgen", "icu_config", "icu_version_64_plus", "icu_version_68_plus", "static"] }
Please see https://github.com/google/rust_icu#features for the explanation of these features.
- default = icu_config, renaming, use-bindgen
-
These default features are set whenever
rust_icu_sys
is added without
somewhere in the dependency tree.default-features = false - use-bindgen default = bindgen
- renaming icu_config default
- icu_version_in_env icu_version_64_plus
- icu_version_67_plus icu_version_68_plus
- icu_version_69_max static
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.
- bindgen build use-bindgen
-
Enables bindgen ^0.59.2