# 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" version = "0.7.2" authors = ["René Kijewski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Static time zone information for tz-rs" readme = "README.md" keywords = [ "date", "time", "timezone", "zone", "calendar", ] categories = ["date-and-time"] license = "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" path = "src/lib.rs" [dependencies.iana-time-zone] version = "0.1.60" features = ["fallback"] optional = true default-features = false [dependencies.tz-rs] version = "0.7.0" default-features = false [dependencies.tzdb_data] version = "0.2.0" default-features = false [features] alloc = [] default = [ "local", "now", "std", ] local = [ "std", "dep:iana-time-zone", ] now = ["std"] std = [ "alloc", "tz-rs/std", ]