chrono-tz 0.5.1

TimeZone implementations for rust-chrono from the IANA database
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.serde]
version = "1"
optional = true
[dev-dependencies.serde_test]
version = "1"
[build-dependencies.parse-zoneinfo]
version = "0.2"