hfile 0.5.2

Hfile is a command-line interface (CLI) tool for generating hash values of files
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 = "hfile"
version = "0.5.2"
authors = ["Nicolas Embriz <nbari@tequila.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hfile is a command-line interface (CLI) tool for generating hash values of files"
homepage = "https://github.com/nbari/hfile"
documentation = "https://github.com/nbari/hfile"
readme = "README.md"
keywords = [
    "hash",
    "cli",
    "fingerprint",
    "checksum",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "BSD-3-Clause"
repository = "https://github.com/nbari/hfile"

[[package.metadata.generate-rpm.assets]]
source = "target/release/hfile"
dest = "/usr/bin/hfile"
mode = "0755"

[package.metadata.deb]
assets = [[
    "target/release/hfile",
    "/usr/bin/hfile",
    "755",
]]
depends = ""

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

[[bin]]
name = "hfile"
path = "src/bin/hfile.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"
features = [
    "mmap",
    "rayon",
]

[dependencies.bytesize]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "cargo",
    "derive",
]

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.md5]
version = "0.7"

[dependencies.path-clean]
version = "1"

[dependencies.ring]
version = "0.17"

[dependencies.walkdir]
version = "2"

[lints.clippy]
all = "deny"
await_holding_lock = "deny"
complexity = "deny"
correctness = "deny"
expect_used = "deny"
indexing_slicing = "deny"
large_stack_arrays = "deny"
needless_borrow = "deny"
needless_collect = "deny"
panic = "deny"
pedantic = "deny"
perf = "deny"
suspicious = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "allow"
priority = -1

[lints.rust]
warnings = "deny"