[dependencies.combine]
version = "4.3.1"
[dev-dependencies.walkdir]
version = "2.3.2"
[lib]
name = "tzif"
path = "src/lib.rs"
[package]
authors = ["The ICU4X Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["date-and-time", "parser-implementations"]
description = "A parser for TZif files"
edition = "2021"
keywords = ["time-zone", "posix", "iana", "parse", "data"]
license = "Unicode-3.0"
name = "tzif"
readme = "README.md"
repository = "https://github.com/unicode-org/icu4x"
rust-version = "1.71.1"
version = "0.3.0"
[package.metadata.workspaces]
independent = true
[[test]]
name = "mod"
path = "tests/mod.rs"