tzdb_data 0.2.4

Static, #![no_std] time zone information for tz-rs
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.81.0"
name = "tzdb_data"
version = "0.2.4"
authors = ["René Kijewski <crates.io@k6i.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Static, #![no_std] time zone information for tz-rs"
readme = "README.md"
keywords = [
    "timezone",
    "no_std",
]
categories = [
    "date-and-time",
    "no-std",
]
license = "MIT-0 OR MIT OR Apache-2.0"
repository = "https://github.com/Kijewski/tzdb"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--generate-link-to-definition",
    "--cfg=docsrs",
]

[lib]
name = "tzdb_data"
path = "src/lib.rs"

[dependencies.tz-rs]
version = "0.7.0"
default-features = false