# 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.0" name = "retz" version = "0.1.2" authors = ["Taneli Kaivola "] description = "Command-line tool to convert timestamps to other timezones" readme = "README.md" keywords = ["timezone"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/tanelikaivola/retz" [dependencies.chrono] version = "0.4.37" [dependencies.chrono-tz] version = "0.9.0" [dependencies.clap] version = "~4.4.18" features = [ "derive", "cargo", "error-context", "help", "std", "suggestions", "usage", ] default-features = false [dependencies.eyre] version = "0.6.12" [lints.rust] unsafe_code = "forbid"