# 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 = "dirscomp" version = "0.2.2" authors = ["qnfm "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for comparing two directories using BLAKE3 hashing." homepage = "https://github.com/qnfm/dirscomp" readme = "README.md" keywords = [ "directory", "comparison", "files", "hashing", "BLAKE3", ] categories = [ "command-line-utilities", "cryptography", "filesystem", ] license = "MIT" repository = "https://github.com/qnfm/dirscomp" [profile.release] opt-level = 3 [[bin]] name = "dirscomp" path = "src/main.rs" [dependencies.blake3] version = "1.5" features = ["mmap"] [dependencies.jwalk] version = "0.8"