# 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 = "rotsniff" version = "0.2.1" authors = ["Jimmy Bergström "] description = "A tool to catalog files and their hashes in order to detect corrupted or missing files." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Kwarf/rotsniff" [dependencies.blake2] version = "0.10" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.csv] version = "1.3" [dependencies.digest] version = "0.10" [dependencies.flate2] version = "1.0" [dependencies.hex] version = "0.4" [dependencies.rayon] version = "1.10" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.walkdir] version = "2.5"