Cargo Features

icu_provider_cldr has no features set by default.

[dependencies]
icu_provider_cldr = { version = "0.5.0", features = ["download"] }
download = dirs, log, reqwest, unzip, urlencoding

Automatically download CLDR data from a host

Affects icu_provider_cldr::download

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.

urlencoding download?

Enables urlencoding ^1.1

Dependencies for the download feature

reqwest download?

Enables reqwest ^0.11

unzip download?
dirs download?

Enables dirs ^3.0

log download?