# 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" name = "icu_casemapping" version = "0.7.2" authors = ["The ICU4X Project Developers"] include = [ "src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md", ] description = "Unicode case mapping algorithms" readme = "README.md" license = "Unicode-DFS-2016" repository = "https://github.com/unicode-org/icu4x" [package.metadata.workspaces] independent = true [package.metadata.docs.rs] all-features = true [dependencies.databake] version = "0.1.3" features = ["derive"] optional = true [dependencies.displaydoc] version = "0.2.3" default-features = false [dependencies.icu_collections] version = "1.2.0" [dependencies.icu_locid] version = "1.2.0" [dependencies.icu_provider] version = "1.2.0" features = ["macros"] [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.yoke] version = "0.7.1" features = ["derive"] [dependencies.zerovec] version = "0.9.4" features = ["yoke"] [features] datagen = [ "serde", "std", "dep:databake", "zerovec/databake", "icu_collections/databake", ] serde = [ "dep:serde", "zerovec/serde", "icu_collections/serde", ] std = [ "icu_collections/std", "icu_locid/std", "icu_provider/std", ]