[build-dependencies.parse-zoneinfo]
version = "0.3"
[build-dependencies.phf_codegen]
version = "0.10.0"
[build-dependencies.serde]
features = ["derive"]
version = "1.0.136"
[build-dependencies.serde-xml-rs]
version = "0.5.1"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.nom]
optional = true
version = "7.1.0"
[dependencies.phf]
version = "0.10.1"
[dependencies.thiserror]
optional = true
version = "1.0.30"
[dependencies.time]
features = ["macros"]
version = "0.3.7"
[features]
db = []
default = ["db"]
posix-tz = ["nom", "thiserror", "db"]
system = ["windows-sys", "thiserror", "db"]
[package]
authors = ["Yuri Edward <yuri6037@outlook.com>"]
categories = ["date-and-time"]
description = "Implementation of tz database (IANA) for the time Rust crate."
edition = "2021"
keywords = ["time", "tz"]
license = "BSD-3-Clause"
name = "time-tz"
readme = "./README.MD"
repository = "https://github.com/Yuri6037/time-tz"
resolver = "2"
version = "1.0.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_Time", "Win32_Foundation"]
optional = true
version = "0.32.0"