ruri 2.0.1

Calculates the CRC-32 of files and checks them against their filename
Documentation
[dependencies.clap]
version = "3.2"

[dependencies.colored]
version = "2.0"

[dependencies.crc32fast]
version = "1.3"

[dependencies.humantime]
version = "2.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.lazy_static]
version = "1.4"

[dependencies.num_cpus]
version = "1.13"

[dependencies.regex]
version = "1.6"

[dependencies.threadpool]
version = "1.8"

[package]
authors = ["Tim van Leuverden <TvanLeuverden@Gmail.com>"]
description = "Calculates the CRC-32 of files and checks them against their filename"
edition = "2021"
license = "AGPL-3.0-or-later"
name = "ruri"
readme = "README.md"
repository = "https://gitlab.com/Timmy1e/ruri"
resolver = "2"
version = "2.0.1"