Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/icu_locale/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 3 kB image not shown  

Quelle  Cargo.toml   Sprache: unbekannt

 
Haftungsausschluß.toml KontaktUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung

# 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.83"
name = "icu_locale"
version = "2.1.1"
authors = ["The ICU4X Project Developers"]
build = false
include = [
    "data/**/*",
    "src/**/*",
    "examples/**/*",
    "benches/**/*",
    "tests/**/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API for Unicode Language and Locale Identifiers canonicalization"
homepage = "https://icu4x.unicode.org"
readme = "README.md"
categories = ["internationalization"]
license = "Unicode-3.0"
repository = "https://github.com/unicode-org/icu4x"

[package.metadata.cargo-all-features]
skip_optional_dependencies = true

[package.metadata.docs.rs]
all-features = true

[features]
compiled_data = [
    "dep:icu_locale_data",
    "icu_provider/baked",
]
datagen = [
    "serde",
    "dep:databake",
    "zerovec/databake",
    "icu_locale_core/databake",
    "tinystr/databake",
    "icu_collections/databake",
    "icu_provider/export",
]
default = ["compiled_data"]
serde = [
    "dep:serde",
    "icu_locale_core/serde",
    "tinystr/serde",
    "zerovec/serde",
    "icu_provider/serde",
    "potential_utf/serde",
    "icu_collections/serde",
]

[lib]
name = "icu_locale"
path = "src/lib.rs"
bench = false

[[test]]
name = "locale_canonicalizer"
path = "tests/locale_canonicalizer.rs"
required-features = ["serde"]

[[bench]]
name = "locale_canonicalizer"
path = "benches/locale_canonicalizer.rs"
harness = false

[dependencies.databake]
version = "0.2.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.icu_collections]
version = "~2.1.1"
default-features = false

[dependencies.icu_locale_core]
version = "2.1.1"
features = [
    "alloc",
    "zerovec",
]
default-features = false

[dependencies.icu_locale_data]
version = "~2.1.1"
optional = true
default-features = false

[dependencies.icu_provider]
version = "2.1.1"
features = ["alloc"]
default-features = false

[dependencies.potential_utf]
version = "0.1.3"
features = [
    "alloc",
    "zerovec",
]
default-features = false

[dependencies.serde]
version = "1.0.220"
features = [
    "derive",
    "alloc",
]
optional = true
default-features = false

[dependencies.tinystr]
version = "0.8.0"
features = [
    "alloc",
    "zerovec",
]
default-features = false

[dependencies.zerovec]
version = "0.11.3"
features = [
    "alloc",
    "yoke",
]
default-features = false

[dev-dependencies.serde]
version = "1.0.220"
features = ["derive"]
default-features = false

[dev-dependencies.serde_json]
version = "1.0.45"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion]
version = "0.5.0"

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-08-25]