hashjunkie 0.6.0

Fast multi-algorithm hashing library with file-sharing and cloud hash support
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 = "2024"
name = "hashjunkie"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast multi-algorithm hashing library with file-sharing and cloud hash support"
documentation = "https://docs.rs/hashjunkie"
readme = "README.md"
keywords = [
    "hash",
    "checksum",
    "blake3",
    "ipfs",
    "torrent",
]
categories = [
    "cryptography",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Tuxie/HashJunkie"
resolver = "2"

[features]
default = []
profile-ipfs-cid = []

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

[[bin]]
name = "hashjunkie-cid-profile"
path = "src/bin/cid_profile.rs"
required-features = ["profile-ipfs-cid"]

[[example]]
name = "hash_bytes"
path = "examples/hash_bytes.rs"

[[example]]
name = "hash_file"
path = "examples/hash_file.rs"

[[test]]
name = "library_api"
path = "tests/library_api.rs"

[[test]]
name = "vectors"
path = "tests/vectors.rs"

[dependencies.blake3]
version = "1.8.5"
features = ["rayon"]

[dependencies.crc32fast]
version = "1.5.0"

[dependencies.digest]
version = "0.11.2"

[dependencies.hex]
version = "0.4.3"

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

[dependencies.md4]
version = "0.11.0"

[dependencies.rayon]
version = "1.12.0"

[dependencies.sha1]
version = "0.11.0"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tiger]
version = "0.3.0"

[dependencies.whirlpool]
version = "0.11.0"

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]