# 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.74" name = "multidate" version = "0.2.3" authors = ["Chris Down "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Print multiple timezones' dates/times with offsets from the local time." readme = "README.md" keywords = [ "date", "timezone", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/cdown/multidate" [[bin]] name = "multidate" path = "src/main.rs" [dependencies.anyhow] version = "1.0.92" default-features = false [dependencies.chrono] version = "0.4.38" features = ["clock"] default-features = false [dependencies.chrono-tz] version = "0.10.0" default-features = false [dependencies.clap] version = "4.5.20" features = [ "std", "derive", "help", "error-context", ] default-features = false