[package]
edition = "2021"
rust-version = "1.74"
name = "zdump-rs"
version = "0.3.0"
authors = ["infinityabundance"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A bounded, independent Rust TZif witness/inspection companion to zic-rs — reads TZif, renders offset/is_dst/abbreviation at instants (POSIX-footer-projected beyond the last transition), lists transitions, and exposes leap records, as deterministic JSON. NOT a full zdump replacement."
homepage = "https://github.com/infinityabundance/zdump-rs"
readme = "README.md"
keywords = [
"tzif",
"timezone",
"zdump",
"rfc9636",
"witness",
]
categories = [
"date-and-time",
"command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/infinityabundance/zdump-rs"
[lib]
name = "zdump_rs"
path = "src/lib.rs"
[[bin]]
name = "zdump-rs"
path = "src/main.rs"
[[test]]
name = "cross_check_zdump"
path = "tests/cross_check_zdump.rs"
[[test]]
name = "witness_golden"
path = "tests/witness_golden.rs"
[profile.release]
overflow-checks = true