tzparse 0.3.5

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"

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