tzparse 1.0.0

This high-level library reads IANA system timezone information files and returns timechanges (ie. daylight saving time) and human readable data about a timezone.
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.libtzfile]
features = ["with-chrono"]
version = "1.0.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[features]
json = ["serde", "serde_json"]

[package]
authors = ["Nicolas BAUW <nbauw@hotmail.com>"]
categories = ["date-and-time", "parsing"]
description = "This high-level library reads IANA system timezone information files and returns timechanges (ie. daylight saving time) and human readable data about a timezone."
edition = "2018"
keywords = ["timezone", "tzfiles", "iana", "dst", "json"]
license = "GPL-3.0"
name = "tzparse"
readme = "README.md"
repository = "https://github.com/nicolasbauw/rs-tzparse"
version = "1.0.0"