libtzfile 3.1.0

This library provides low and high level parsing of the IANA system timezone information files (TZIF).
Documentation
[dependencies.byteorder]
default-features = false
version = "1"

[dependencies.chrono]
optional = true
version = "0.4.37"

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

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

[features]
default = ["std"]
json = ["serde", "serde_json", "chrono/serde", "chrono"]
parse = ["chrono"]
std = []

[package]
authors = ["Nicolas BAUW <nbauw@hotmail.com>"]
categories = ["date-and-time", "parsing", "no-std"]
description = "This library provides low and high level parsing of the IANA system timezone information files (TZIF)."
edition = "2021"
keywords = ["timezone", "tzfiles", "TZIF", "json", "IANA"]
license = "MIT"
name = "libtzfile"
readme = "README.md"
repository = "https://github.com/nicolasbauw/rs-tzfile"
version = "3.1.0"
[package.metadata.docs.rs]
features = ["json"]