# 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 = "rmrfrs" version = "0.8.4" authors = ["Triet Trinh "] build = false exclude = ["tests"] autobins = false autoexamples = false autotests = false autobenches = false description = """ rmrfrs is a powerful filesystem cleaning tool designed to optimize storage by identifying and removing unnecessary files within known project structures. """ homepage = "https://trinhminhtriet.com" readme = "README.md" keywords = [ "clean", "cleanup", "delete", "free", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/trinhminhtriet/rmrfrs" [[bin]] name = "rmrfrs" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_complete] version = "4" [dependencies.rmrfrs-lib] version = "0.8"