1 | # This file is part of ICU4X. For terms of use, please see the file |
2 | # called LICENSE at the top level of the ICU4X source tree |
3 | # (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ). |
4 | |
5 | [package] |
6 | name = "icu_normalizer_data" |
7 | description = "Data for the icu_normalizer crate" |
8 | license = "Unicode-3.0" |
9 | version = "1.5.1" |
10 | |
11 | authors.workspace = true |
12 | categories.workspace = true |
13 | edition.workspace = true |
14 | homepage.workspace = true |
15 | include.workspace = true |
16 | repository.workspace = true |
17 | rust-version.workspace = true |
18 | |
19 | [package.metadata.sources] |
20 | cldr = { tagged = "46.0.0-BETA2" } |
21 | icuexport = { tagged = "icu4x/2024-05-16/75.x" } |
22 | segmenter_lstm = { tagged = "v0.1.0" } |
23 | |