ruri 2.1.1

Calculates the CRC-32 of a file and checks it against the filename
[[bin]]
name = "ruri"
path = "src/main.rs"

[build-dependencies.clap]
features = ["cargo", "derive"]
version = "4.5"

[build-dependencies.clap_mangen]
version = "0.2"

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

[dependencies.colored]
version = "3.0"

[dependencies.crc32fast]
version = "1.5"

[dependencies.humantime]
version = "2.2"

[dependencies.indicatif]
version = "0.18"

[dependencies.lazy_static]
version = "1.5"

[dependencies.regex]
version = "1.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.threadpool]
version = "1.8"

[package]
authors = ["Tim van Leuverden <TvanLeuverden@Gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Calculates the CRC-32 of a file and checks it against the filename"
edition = "2024"
license = "AGPL-3.0-or-later"
name = "ruri"
readme = "README.md"
repository = "https://gitlab.com/Timmy1e/ruri"
version = "2.1.1"