streamdigest 0.1.0

Async file hashing and digest calculation with progress reporting
Documentation
[package]
name = "streamdigest"
version = "0.1.0"
edition = "2024"
description = "Async file hashing and digest calculation with progress reporting"
license = "MIT"

[dependencies]
anyhow = "1.0"
hex = "0.4"
ring = "0.17"
tokio = { version = "1.0", features = ["fs", "io-util", "sync", "time", "macros", "rt"] }
tokio-util = "0.7"

[target.'cfg(unix)'.dependencies]
libc = "0.2"

[dev-dependencies]
tempfile = "3.13"
tokio = { version = "1.0", features = ["full"] }