[package] name = "ruri" edition = "2021" version = "2.1.0" license = "AGPL-3.0-or-later" authors = ["Tim van Leuverden "] repository = "https://gitlab.com/Timmy1e/ruri" description = "Calculates the CRC-32 of files and checks them against their filename" [dependencies] clap = { version = "4.3", features = ["cargo", "derive"] } colored = "2.0" humantime = "2.1" indicatif = "0.17" thiserror = "1.0" crc32fast = "1.3" lazy_static = "1.4" num_cpus = "1.15" regex = "1.8" threadpool = "1.8" [build-dependencies] clap = { version = "4.3", features = ["cargo", "derive"] } clap_mangen = "0.2" num_cpus = "1.15"