chrono-tz 0.4.1

TimeZone implementations for rust-chrono from the IANA database
Documentation
[package]
name = "chrono-tz"
version = "0.4.1"
authors = ["Djzin"]
build = "build.rs"
description = "TimeZone implementations for rust-chrono from the IANA database"
keywords = ["date", "time", "timezone", "zone", "calendar"]
repository = "https://github.com/djzin/chrono-tz"
documentation = "https://docs.rs/chrono-tz"
readme = "README.md"
license = "MIT/Apache-2.0"

[dependencies]
chrono = "0.4"
serde = { version = "1", optional = true }

[build-dependencies]
parse-zoneinfo = "0.1"

[dev-dependencies]
serde_test = "1"