[package] name = "tzdb_data" version = "0.2.0" edition = "2021" authors = ["René Kijewski "] repository = "https://github.com/Kijewski/tzdb" description = "Static, #![no_std] time zone information for tz-rs" license = "MIT-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"]