# 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" name = "tiz" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Time In Zones: print a table of times in given zones." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/xandkar/tiz" [profile.release] lto = true codegen-units = 1 [[bin]] name = "tiz" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.10" [dependencies.comfy-table] version = "7.1.1" [dependencies.console] version = "0.15.8" features = ["ansi-parsing"] default-features = false