# 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 = "crev-recursive-digest" version = "0.6.0" authors = ["Dawid Ciężarkiewicz "] description = "Library implementing recursive digest for filesystem directories" homepage = "https://github.com/crev-dev/cargo-crev/tree/master/recursive-digest" documentation = "https://docs.rs/crev-recursive-digest" readme = "README.md" keywords = [ "data", "filesystem", "digest", "hash", ] license = "MPL-2.0 OR MIT OR Apache-2.0" repository = "https://github.com/crev-dev/cargo-crev/tree/master/recursive-digest" [dependencies.digest] version = "0.10.6" [dependencies.thiserror] version = "1.0.40" [dependencies.walkdir] version = "2.3.3" [dev-dependencies.blake2] version = "0.10.6" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.tempdir] version = "0.3.7"