Cargo Features

[dependencies]
boa_icu_provider = { version = "0.18.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever boa_icu_provider is added without default-features = false somewhere in the dependency tree.

std default

Enables std of once_cell

once_cell:

Enables once_cell::sync module.

boa_icu_provider has 2 features without comments.