Cargo.toml (638B)
1 # This crate is replacement crates to use baked data provider in ICU4X's 2 # icu_capi crate. 3 # 4 # To generate baked data, run /intl/update-icu4x.sh 5 6 [package] 7 edition = "2021" 8 rust-version = "1.82" 9 name = "icu_segmenter_data" 10 version = "2.0.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", 21 ] 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"