Revision control

Copy as Markdown

Other Tools

# This file is part of ICU4X. For terms of use, please see the file
# called LICENSE at the top level of the ICU4X source tree
[package]
name = "icu_locale_data"
description = "Data for the icu_locale crate"
license = "Unicode-3.0"
version.workspace = true
authors.workspace = true
categories.workspace = true
edition.workspace = true
homepage.workspace = true
include.workspace = true
repository.workspace = true
rust-version.workspace = true
[package.metadata.sources]
cldr = { tagged = "47.0.0" }
icuexport = { tagged = "icu4x/2025-05-01/77.x" }
segmenter_lstm = { tagged = "v0.1.0" }
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] }
[dependencies]