[package]
name = "icu_normalizer_data"
description = "Data for the icu_normalizer 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 = "48.0.0" }
icuexport = { tagged = "release-78.1rc" }
segmenter_lstm = { tagged = "v0.1.0" }
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(icu4x_custom_data)'] }
[dependencies]