chrono-tz 0.2.5

TimeZone implementations for rust-chrono from the IANA database
Documentation
[package]
name = "chrono-tz"
version = "0.2.5"
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.2"

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