Cargo Features
[dependencies]
boa_icu_provider = { version = "0.19.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverboa_icu_provider
is added without
somewhere in the dependency tree.default-features = false - std default
-
once_cell:
Enables
once_cell::sync
module.
boa_icu_provider has 2 features without comments.