144 lines
2.9 KiB
TOML
144 lines
2.9 KiB
TOML
# 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.67"
|
|
name = "icu_normalizer"
|
|
version = "1.5.0"
|
|
authors = ["The ICU4X Project Developers"]
|
|
include = [
|
|
"data/**/*",
|
|
"src/**/*",
|
|
"examples/**/*",
|
|
"benches/**/*",
|
|
"tests/**/*",
|
|
"Cargo.toml",
|
|
"LICENSE",
|
|
"README.md",
|
|
]
|
|
description = "API for normalizing text into Unicode Normalization Forms"
|
|
homepage = "https://icu4x.unicode.org"
|
|
readme = "README.md"
|
|
categories = ["internationalization"]
|
|
license = "Unicode-3.0"
|
|
repository = "https://github.com/unicode-org/icu4x"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[[bench]]
|
|
name = "bench"
|
|
harness = false
|
|
|
|
[dependencies.databake]
|
|
version = "0.1.8"
|
|
features = ["derive"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.displaydoc]
|
|
version = "0.2.3"
|
|
default-features = false
|
|
|
|
[dependencies.icu_collections]
|
|
version = "~1.5.0"
|
|
default-features = false
|
|
|
|
[dependencies.icu_normalizer_data]
|
|
version = "~1.5.0"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.icu_properties]
|
|
version = "~1.5.0"
|
|
default-features = false
|
|
|
|
[dependencies.icu_provider]
|
|
version = "~1.5.0"
|
|
features = ["macros"]
|
|
default-features = false
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.110"
|
|
features = [
|
|
"derive",
|
|
"alloc",
|
|
]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.smallvec]
|
|
version = "1.10.0"
|
|
default-features = false
|
|
|
|
[dependencies.utf16_iter]
|
|
version = "1.0.2"
|
|
default-features = false
|
|
|
|
[dependencies.utf8_iter]
|
|
version = "1.0.2"
|
|
default-features = false
|
|
|
|
[dependencies.write16]
|
|
version = "1.0.0"
|
|
features = ["alloc"]
|
|
default-features = false
|
|
|
|
[dependencies.zerovec]
|
|
version = "0.10.2"
|
|
default-features = false
|
|
|
|
[dev-dependencies.arraystring]
|
|
version = "0.3.0"
|
|
|
|
[dev-dependencies.arrayvec]
|
|
version = "0.7.2"
|
|
|
|
[dev-dependencies.atoi]
|
|
version = "1.0.0"
|
|
|
|
[dev-dependencies.detone]
|
|
version = "1.0.0"
|
|
|
|
[dev-dependencies.write16]
|
|
version = "1.0.0"
|
|
features = ["arrayvec"]
|
|
default-features = false
|
|
|
|
[features]
|
|
compiled_data = [
|
|
"dep:icu_normalizer_data",
|
|
"icu_properties/compiled_data",
|
|
]
|
|
datagen = [
|
|
"serde",
|
|
"dep:databake",
|
|
"icu_collections/databake",
|
|
"zerovec/databake",
|
|
"icu_properties/datagen",
|
|
]
|
|
default = ["compiled_data"]
|
|
experimental = []
|
|
serde = [
|
|
"dep:serde",
|
|
"icu_collections/serde",
|
|
"zerovec/serde",
|
|
"icu_properties/serde",
|
|
]
|
|
std = [
|
|
"icu_collections/std",
|
|
"icu_properties/std",
|
|
"icu_provider/std",
|
|
]
|
|
|
|
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion]
|
|
version = "0.5.0"
|