Bug 1874684 - Part 15: Prefer int64_t in Add24HourDaysToNormalizedTimeDuration. r...
[gecko.git] / intl / icu_segmenter_data / Cargo.toml
blobd54633f8f98072129bf0cfa76079dd7048ed59d4
1 # This crate is replacement crates to use baked data provider in ICU4X's
2 # icu_capi crate.
4 # To generate baked data, run /intl/update-icu4x.sh
6 [package]
7 edition = "2021"
8 rust-version = "1.67"
9 name = "icu_segmenter_data"
10 version = "1.4.0"
11 authors = ["The ICU4X Project Developers"]
12 include = [
13     "data/**/*",
14     "src/**/*",
15     "examples/**/*",
16     "benches/**/*",
17     "tests/**/*",
18     "Cargo.toml",
19     "LICENSE",
20     "README.md",
22 description = "Data for the icu_segmenter crate"
23 homepage = "https://icu4x.unicode.org"
24 categories = ["internationalization"]
25 license = "MPL-2.0"
26 repository = "https://github.com/unicode-org/icu4x"