# 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 = "merkle_hash" version = "3.7.0" authors = ["hristogochev"] description = "Finds the hashes of all files and directories in a directory tree." homepage = "https://github.com/hristogochev/merkle_hash" documentation = "https://docs.rs/merkle_hash/" readme = "README.md" keywords = [ "hash", "checksum", "file", "directory", "tree", ] categories = [ "algorithms", "cryptography", ] license = "MIT" repository = "https://github.com/hristogochev/merkle_hash" [dependencies.blake3] version = "1" [dependencies.camino] version = "1" [dependencies.rayon] version = "1" optional = true [dependencies.sha2] version = "0.10" optional = true default-features = false [features] default = [ "parallel", "encode", ] encode = [] parallel = ["rayon"] retain = [] sha = ["sha2"]