# 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 = "2018" name = "gentoo-cruft" version = "1.0.5" authors = ["Robert Gill "] description = "Find files that are not recorded in the Gentoo package database" readme = "README.md" keywords = [ "cli", "filesystem", "gentoo", "linux", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/rtgill82/gentoo-cruft" [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "cruft" path = "src/main.rs" [dependencies.clap] version = "3.2" [dependencies.config] version = "0.13" features = ["yaml"] default-features = false [dependencies.md5] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.threadpool] version = "1.8" [dependencies.walkdir] version = "2.3"