libhasher 0.9.2

A high-level hashing library for files and text
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 = "libhasher"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-level hashing library for files and text"
readme = "README.md"
license = "MIT"
repository = "https://git.zevaryx.com/zevaryx/hasher-rs"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.blake2]
version = "0.10.6"

[dependencies.blake3]
version = "1.8.5"
features = [
    "rayon",
    "mmap",
    "traits-preview",
]

[dependencies.digest]
version = "0.10.7"
features = ["alloc"]

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.md-5]
version = "0.10"

[dependencies.noncrypto-digests]
version = "0.3.7"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]

[profile.release]
strip = "symbols"