# 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_codepointtrie" version = "0.4.0" authors = ["The ICU4X Project Developers"] include = [ "src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md", ] description = "API for an efficient trie of data for Unicode code points" readme = "README.md" categories = ["internationalization"] license-file = "LICENSE" repository = "https://github.com/unicode-org/icu4x" resolver = "2" [package.metadata.cargo-all-features] skip_optional_dependencies = true denylist = ["bench"] [package.metadata.docs.rs] all-features = true [lib] path = "src/lib.rs" bench = false [dependencies.displaydoc] version = "0.2.3" default-features = false [dependencies.icu_uniset] version = "0.5.0" [dependencies.serde] version = "1.0" features = [ "derive", "alloc", ] optional = true default-features = false [dependencies.yoke] version = "0.5.0" features = ["derive"] [dependencies.zerofrom] version = "0.1.0" features = ["derive"] [dependencies.zerovec] version = "0.7" features = ["yoke"] [dev-dependencies.postcard] version = "0.7" features = ["alloc"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.toml] version = "0.5" [features] default = [] serde = [ "dep:serde", "zerovec/serde", "icu_uniset/serde", ] serde_serialize = [ "serde", "zerovec/serde_serialize", "icu_uniset/serde_serialize", ]