Cargo Features
[dependencies]
boa_icu_provider = { version = "0.21.0", default-features = false, features = ["std"] }
- default = std
-
The
stdfeature is set by default wheneverboa_icu_provideris added withoutsomewhere in the dependency tree.default-features = false - std default
-
once_cell:
Enables
once_cell::syncmodule.
boa_icu_provider has 2 features without comments.