# 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 = "paq" version = "1.1.0" authors = ["Gregory Langlais "] description = "Hash file or directory recursively." homepage = "https://crates.io/crates/paq" readme = "README.md" keywords = [ "hash", "blake3", "directories", "directory-traversal", "cryptographic", ] license = "MIT" repository = "https://github.com/gregl83/paq" [profile.release] strip = true [lib] name = "paq" path = "src/lib.rs" [[bin]] name = "paq" path = "src/bin.rs" [dependencies.arrayvec] version = "0.7.2" [dependencies.blake3] version = "1.3.1" [dependencies.clap] version = "4.3.0" features = [ "cargo", "unstable-styles", ] [dependencies.rayon] version = "1.5" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.assert_cmd] version = "2.0.11" [features] default = ["test-cleanup"] test-cleanup = []