zoneinfo_rs 0.1.0

Zoneinfo parser and compiler
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"