fetchr-integrity 0.1.1

Streaming checksum verification (SHA256, SHA512, MD5) for Fetchr.
Documentation
# 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 = "fetchr-integrity"
version = "0.1.1"
authors = ["Fetchr Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming checksum verification (SHA256, SHA512, MD5) for Fetchr."
homepage = "https://github.com/pomagrenate/fetchr"
documentation = "https://docs.rs/fetchr"
readme = false
license = "MIT"
repository = "https://github.com/pomagrenate/fetchr"

[lib]
name = "fetchr_integrity"
path = "src/lib.rs"

[dependencies.digest]
version = "0.10"

[dependencies.hex]
version = "0.4"

[dependencies.md5]
version = "0.7"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.38"
features = ["full"]

[dev-dependencies.tempfile]
version = "3.10"