# 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 = "2018" name = "unixtime" version = "0.2.1" authors = ["Maximilian Schönenberg "] description = "A small utility for working with UNIX time." readme = "README.md" keywords = ["utility", "tool", "unixtime", "time", "cli"] categories = ["command-line-interface", "command-line-utilities", "date-and-time"] license = "MIT" repository = "https://github.com/schoenenberg/unixtime" [profile.release] opt-level = 3 lto = "fat" debug = 0 [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2" features = ["suggestions", "wrap_help"]