[[bench]]
harness = false
name = "auxkey_bench"
required-features = ["export"]
[[bench]]
harness = false
name = "blob_version_bench"
[dependencies.icu_provider]
default-features = false
features = ["deserialize_postcard_1", "serde"]
version = "~1.5.0"
[dependencies.log]
default-features = false
optional = true
version = "0.4.17"
[dependencies.postcard]
default-features = false
features = ["alloc"]
version = "1.0.1"
[dependencies.serde]
default-features = false
features = ["alloc"]
version = "1.0.110"
[dependencies.writeable]
default-features = false
version = "0.5.5"
[dependencies.zerotrie]
default-features = false
features = ["serde", "zerovec"]
version = "0.1.3"
[dependencies.zerovec]
default-features = false
features = ["serde", "yoke"]
version = "0.10.2"
[dev-dependencies.twox-hash]
version = "1.4.2"
[features]
bench = []
export = ["icu_provider/datagen", "log", "postcard/alloc", "std", "zerovec/serde", "zerotrie/alloc", "zerotrie/litemap"]
std = ["icu_provider/std"]
[lib]
bench = false
[package]
authors = ["The ICU4X Project Developers"]
categories = ["internationalization"]
description = "ICU4X data provider that reads from blobs in memory"
edition = "2021"
homepage = "https://icu4x.unicode.org"
include = ["data/**/*", "src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md"]
license = "Unicode-3.0"
name = "icu_provider_blob"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
rust-version = "1.67"
version = "1.5.0"
[package.metadata.docs.rs]
all-features = true
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion]
version = "0.5.0"