# 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 = "fast_delete" version = "0.0.1" authors = ["Himanshu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Faster file deletion written in Rust, alternative to rm" homepage = "https://github.com/Himasnhu-AT/frm/blob/master/Readme.md" readme = "Readme.md" keywords = [ "linux", "dev-tool", "cli", "file-deletion", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license-file = "LICENSE" repository = "https://github.com/Himasnhu-AT/frm.git" [lib] name = "fast_delete" path = "src/lib.rs" [[bin]] name = "frm" path = "src/main.rs" [dependencies.indicatif] version = "0.17" [dependencies.num_cpus] version = "1.16.0" [dependencies.rayon] version = "1.8" [dependencies.walkdir] version = "2.4"