| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies. |
| # |
| # If you are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2021" |
| rust-version = "1.81" |
| name = "icu_properties_data" |
| version = "2.0.0-beta2" |
| authors = ["The ICU4X Project Developers"] |
| build = false |
| include = [ |
| "data/**/*", |
| "src/**/*", |
| "examples/**/*", |
| "benches/**/*", |
| "tests/**/*", |
| "Cargo.toml", |
| "LICENSE", |
| "README.md", |
| ] |
| autolib = false |
| autobins = false |
| autoexamples = false |
| autotests = false |
| autobenches = false |
| description = "Data for the icu_properties crate" |
| homepage = "https://icu4x.unicode.org" |
| readme = "README.md" |
| categories = ["internationalization"] |
| license = "Unicode-3.0" |
| repository = "https://github.com/unicode-org/icu4x" |
| |
| [package.metadata.sources.cldr] |
| tagged = "47.0.0-BETA1" |
| |
| [package.metadata.sources.icuexport] |
| tagged = "release-77-rc" |
| |
| [package.metadata.sources.segmenter_lstm] |
| tagged = "v0.1.0" |
| |
| [lib] |
| name = "icu_properties_data" |
| path = "src/lib.rs" |
| |
| [dependencies.icu_provider_baked] |
| version = "~2.0.0-beta2" |
| default-features = false |
| |
| [lints.rust.unexpected_cfgs] |
| level = "warn" |
| priority = 0 |
| check-cfg = ["cfg(icu4x_custom_data)"] |