filesystem-hashing 0.2.9

Track Filesystem Integrity via Snapshots which contain a HashMap of the files and their corresponding hash signature from a specified directory
Documentation
[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]
features = ["derive"]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.115"

[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"

[package]
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"
edition = "2021"
keywords = ["file-integrity", "filesystem-integirty", "file-hashing", "folder-hashing", "filesystem-hashing"]
license = "MIT"
name = "filesystem-hashing"
readme = "README.md"
repository = "https://github.com/helloimalemur/filesystem-hashing"
version = "0.2.9"