# 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 = "2018" name = "icu_provider_uprops" version = "0.5.0" authors = ["The ICU4X Project Developers"] include = ["src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md"] description = "Data provider that reads from `icuwriteuprops` output from ICU4C" readme = "README.md" categories = ["internationalization"] license-file = "LICENSE" repository = "https://github.com/unicode-org/icu4x" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.displaydoc] version = "0.2.3" default-features = false [dependencies.eyre] version = "0.6.5" [dependencies.icu_codepointtrie] version = "0.3.3" features = ["provider_serde"] [dependencies.icu_properties] version = "0.5" features = ["provider_serde", "std"] [dependencies.icu_provider] version = "0.5" features = ["serialize", "std"] [dependencies.icu_uniset] version = "0.4.1" features = ["provider_serde"] [dependencies.log] version = "0.4" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tinystr] version = "0.4" [dependencies.toml] version = "0.5" [dependencies.zerovec] version = "0.6" features = ["serde", "yoke"] [dev-dependencies.icu_testdata] version = "0.5"