# 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 = "file-hashing" version = "0.1.2" authors = ["CryptoGladi "] publish = true description = "Library for hashing files and folders" readme = "README.md" keywords = [ "hash", "filesystem", "file", "folder", ] categories = [ "algorithms", "filesystem", ] license = "MIT" repository = "https://github.com/CryptoGladi/file-hashing" [profile.release] opt-level = 3 [[bench]] name = "benchmark" harness = false [dependencies.assert_fs] version = "1.0" optional = true [dependencies.data-encoding] version = "2.3" [dependencies.digest] version = "0.10" features = ["alloc"] [dependencies.rand] version = "0.8" optional = true [dependencies.rayon] version = "1.5" [dependencies.walkdir] version = "2.3" [dev-dependencies.blake2] version = "0.10.4" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [features] default = ["extra_fs"] extra_fs = [ "dep:assert_fs", "dep:rand", ]