# 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 = "filesystem-hashing" version = "0.3.4" authors = ["james@koonts.net"] description = "Track Filesystem Integrity via Snapshots which contain a HashMap of the files and their corresponding hash signature from a specified directory" readme = "README.md" keywords = [ "file-integrity", "filesystem-integirty", "file-hashing", "folder-hashing", "filesystem-hashing", ] license = "MIT" repository = "https://github.com/helloimalemur/filesystem-hashing" [dependencies.anyhow] version = "1.0.82" [dependencies.blake3] version = "1.5.1" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.38" [dependencies.log] version = "0.4.21" [dependencies.md5] version = "0.7.0" [dependencies.rand] version = "0.9.0-alpha.1" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.sha3] version = "0.11.0-pre.3" [dependencies.thiserror] version = "1.0.58" [dependencies.threadpool] version = "1.8.1" [dependencies.walkdir] version = "2.5.0"