# 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 = "checkfile" version = "1.3.0" authors = ["Dominik Wilkowski "] description = "A command line tool that logs the checksum and last 50 lines of each file in a folder." homepage = "https://github.com/dominikwilkowski/checkfile" readme = "README.md" keywords = [ "commandline", "checkfile", "checksum", "tail", "log", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "GPL-3.0-or-later" repository = "https://github.com/dominikwilkowski/checkfile" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4" features = ["cargo"] [dependencies.crossterm] version = "0.27.0" [dependencies.exitcode] version = "1" [dependencies.rev_lines] version = "0.3.0" [dependencies.sha256] version = "1"