# 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 = "2021" name = "ruri" version = "2.1.0" authors = ["Tim van Leuverden "] description = "Calculates the CRC-32 of files and checks them against their filename" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://gitlab.com/Timmy1e/ruri" [dependencies.clap] version = "4.3" features = [ "cargo", "derive", ] [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.15" [dependencies.regex] version = "1.8" [dependencies.thiserror] version = "1.0" [dependencies.threadpool] version = "1.8" [build-dependencies.clap] version = "4.3" features = [ "cargo", "derive", ] [build-dependencies.clap_mangen] version = "0.2" [build-dependencies.num_cpus] version = "1.15"