[package] name = "timeturner" version = "1.7.1" authors = ["Stephen Duncan "] edition = "2018" license = "MIT OR Apache-2.0" description = "Command line utility for manipulating date-time strings" repository = "https://github.com/jrduncans/timeturner" readme = "README.md" keywords = ["epoch", "RFC3339", "format", "dates", "alfred"] categories = ["command-line-utilities", "date-and-time", "value-formatting"] [badges] maintenance = { status = "actively-developed" } [dependencies] clap = { version = "3.1", features = ["derive"] } chrono = "0.4" chrono-tz = "0.6" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono-english = "0.1" humantime = "2.1"