# 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 = "secure_purge" version = "0.1.0" description = "SecurePurge is a crate for securely deleting files by overwriting their data multiple times. It is easy to use, supports removing single files, directories, and multiple files with unique names, and allows customization of overwrite times. The tool relies on dependencies like indicatif for progress bars, rand for generating random overwrite data, and colored for output readability. SecurePurge is open-source and welcomes contributions. Future enhancements include adding disk formatting and optimizing performance. It is licensed under the MIT License. Stay tuned for more updates." readme = "README.md" license = "MIT" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.indicatif] version = "0.17.7" [dependencies.rand] version = "0.8.5"