# 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 # (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ). [package] name = "icu_locid_transform_data" description = "Data for the icu_locid_transform crate" license = "Unicode-3.0" version = "1.5.0" 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 = "45.0.0" } icuexport = { tagged = "icu4x/2024-05-16/75.x" } segmenter_lstm = { tagged = "v0.1.0" }