[package]
edition = "2021"
rust-version = "1.83.0"
name = "zoneinfo_rs"
version = "0.1.0"
authors = ["boa-dev"]
build = false
exclude = [
"docs/*",
".github/*",
"debug/",
".gitignore",
"CONTRIBUTING.md",
"cliff.toml",
"tests/data/zoneinfo64.res",
]
include = [
"src/**/*",
"Cargo.toml",
"LICENSE-Apache",
"LICENSE-MIT",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zoneinfo parser and compiler"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/boa-dev/temporal"
[features]
std = []
unstable = []
[lib]
name = "zoneinfo_rs"
path = "src/lib.rs"
[dependencies.hashbrown]
version = "0.16.0"
[dependencies.indexmap]
version = "2.11.4"
[dev-dependencies.serde]
version = "1.0.225"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1.0.145"
[dev-dependencies.tzif]
version = "0.4.0"