tzdb_data 0.2.3

Static, #![no_std] time zone information for tz-rs
Documentation
[package]
name = "tzdb_data"
version = "0.2.3"
edition = "2021"
authors = ["René Kijewski <crates.io@k6i.de>"]
repository = "https://github.com/Kijewski/tzdb"
description = "Static, #![no_std] time zone information for tz-rs"
license = "MIT-0 OR MIT OR Apache-2.0"
keywords = ["timezone", "no_std"]
categories = ["date-and-time", "no-std"]
readme = "README.md"
rust-version = "1.81.0"

[dependencies]
tz-rs = { version = "0.7.0", default-features = false }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--generate-link-to-definition", "--cfg=docsrs"]