hashguard 5.0.1

Command-Line tool for ensuring the integrity of files using hash sums
# 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"
rust-version = "1.85.0"
name = "hashguard"
version = "5.0.1"
authors = ["javaLux"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-Line tool for ensuring the integrity of files using hash sums"
readme = "README.md"
keywords = [
    "file",
    "cli",
    "tools",
    "hash",
    "cryptography",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/javaLux/hashguard"

[[bin]]
name = "hashguard"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"
features = ["clock"]
default-features = false

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

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.dirs]
version = "6.0.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.18.4"
default-features = false

[dependencies.log]
version = "0.4.29"

[dependencies.os_info]
version = "3.14.0"
default-features = false

[dependencies.path-absolutize]
version = "3.1.1"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.regex]
version = "1.12.3"
features = ["unicode"]
default-features = false

[dependencies.sha2]
version = "0.11.0"

[dependencies.sha3]
version = "0.11.0"

[dependencies.simplelog]
version = "0.12.2"

[dependencies.termcolor]
version = "1.4.1"

[dependencies.ureq]
version = "3.3.0"

[dependencies.url]
version = "2.5.8"
default-features = false

[dependencies.walkdir]
version = "2.5.0"

[profile.release]
opt-level = "s"
lto = true
strip = true