jiff-static 0.2.19

Create static TimeZone values for Jiff (useful in core-only environments).
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.70"
name = "jiff-static"
version = "0.2.19"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
build = false
include = [
    "/src/**/*.rs",
    "COPYING",
    "LICENSE-MIT",
    "UNLICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create static TimeZone values for Jiff (useful in core-only environments)."
homepage = "https://github.com/BurntSushi/jiff/tree/master/crates/jiff-static"
documentation = "https://docs.rs/jiff-tzdb"
readme = "README.md"
keywords = [
    "date",
    "time",
    "static",
    "zone",
    "iana",
]
categories = ["date-and-time"]
license = "Unlicense OR MIT"
repository = "https://github.com/BurntSushi/jiff"

[features]
default = []
perf-inline = []
tz-fat = []
tzdb = ["dep:jiff-tzdb"]

[lib]
name = "jiff_static"
path = "src/lib.rs"
bench = false
proc-macro = true

[dependencies.jiff-tzdb]
version = "0.1.4"
optional = true

[dependencies.proc-macro2]
version = "1.0.93"

[dependencies.quote]
version = "1.0.38"

[dependencies.syn]
version = "2.0.98"