# 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 = "dasher" version = "0.3.3" authors = ["Jonas A. Hultén "] description = "Utility for reducing a whole directory tree to a single hash digest" homepage = "https://github.com/DrSLDR/dasher" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/DrSLDR/dasher" [dependencies.anyhow] version = "^1.0" [dependencies.sha3] version = "^0.10" [dependencies.walkdir] version = "^2.3" [dev-dependencies.hex-literal] version = "^0.3"