# 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.35" authors = ["Andrew Gallant "] 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.jcore] version = "0.1" package = "jiff-core" [dependencies.jiff-tzdb] version = "0.1.6" optional = true [dependencies.proc-macro2] version = "1.0.93" [dependencies.quote] version = "1.0.38" [dependencies.syn] version = "2.0.98"