icu_provider_adapters 2.0.0-beta2

Adapters for composing and manipulating data providers.
Documentation
# This file is part of ICU4X. For terms of use, please see the file
# called LICENSE at the top level of the ICU4X source tree
# (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ).

[package]
name = "icu_provider_adapters"
description = "Adapters for composing and manipulating data providers."

authors.workspace = true
categories.workspace = true
edition.workspace = true
homepage.workspace = true
include.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[dependencies]
icu_locale = { workspace = true }
icu_provider = { workspace = true, features = ["alloc"] }
tinystr = { workspace = true, features = ["zerovec"] }
zerovec = { workspace = true, features = ["yoke"] }

databake = { workspace = true, features = ["derive"], optional = true}
serde = { workspace = true, features = ["derive", "alloc"], optional = true }

[dev-dependencies]
icu_provider = { path = "../../provider/core", features = ["deserialize_json"] }
icu_locale = { path = "../../components/locale" }
writeable = { path = "../../utils/writeable" }

[features]
export = ["icu_provider/export"]