# 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 = "epoch-cli" version = "1.0.1" authors = ["Anthony Christe "] description = "A small command line utility for working with epoch timestamps." readme = "README.md" keywords = [ "epoch", "timestamp", "cli", "conversion", ] categories = [ "command-line-utilities", "date-and-time", ] license = "MIT" repository = "https://github.com/RedVoxInc/epoch-cli" [profile.release] lto = true [[bin]] name = "epoch" path = "src/main.rs" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.time] version = "0.3" features = ["large-dates"]