icu_timezone 1.2.0

API for resolving and manipulating time zone information
Documentation
[dependencies.databake]
features = ["derive"]
optional = true
version = "0.1.3"

[dependencies.displaydoc]
default-features = false
version = "0.2.3"

[dependencies.icu_calendar]
version = "1.2.0"

[dependencies.icu_locid]
version = "1.2.0"

[dependencies.icu_provider]
features = ["macros"]
version = "1.2.0"

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

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

[dependencies.zerovec]
default-features = false
features = ["derive", "yoke"]
version = "0.9.4"

[dev-dependencies]

[features]
datagen = ["serde", "dep:databake", "zerovec/databake", "tinystr/databake"]
serde = ["dep:serde", "zerovec/serde", "tinystr/serde", "icu_provider/serde"]
std = ["icu_calendar/std", "icu_locid/std", "icu_provider/std"]

[package]
authors = ["The ICU4X Project Developers"]
categories = ["internationalization"]
description = "API for resolving and manipulating time zone information"
edition = "2021"
include = ["src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md"]
license = "Unicode-DFS-2016"
name = "icu_timezone"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
version = "1.2.0"
[package.metadata.docs.rs]
all-features = true