[package] name = "retz" version = "0.1.2" edition = "2021" authors = ["Taneli Kaivola "] license-file = "LICENSE" description = "Command-line tool to convert timestamps to other timezones" repository = "https://github.com/tanelikaivola/retz" keywords = ["timezone"] categories = ["command-line-utilities"] rust-version = "1.70.0" [dependencies] chrono = "0.4.37" chrono-tz = "0.9.0" clap = { version = "~4.4.18", default-features = false, features = ["derive", "cargo", "error-context", "help", "std", "suggestions", "usage"] } eyre = "0.6.12" [lints.rust] unsafe_code = "forbid"