| Crates.io | crate |
| lib.rs | crate |
| version | 0.1.1 |
| created_at | 2025-11-28 02:39:23.995305+00 |
| updated_at | 2026-01-08 21:52:55.451197+00 |
| description | rate is a cross-platform tool that clears all installed Rust crates from the .cargo/registry folder, helping you free up disk space. It works on Windows, macOS, and Linux. |
| homepage | |
| repository | https://github.com/Tina-1300/crate |
| max_upload_size | |
| id | 1954736 |
| size | 21,203 |
Crate is a simple, cross-platform tool that helps you clean up your Rust environment by clearing all installed crates from the .cargo/registry folder. This tool helps free up disk space by removing unused or outdated Rust dependencies. It works seamlessly on Windows, macOS, and Linux.
Cleans the .cargo/registry folder, removing all installed crates.
Cross-platform support: works on Windows, macOS, and Linux.
Easy-to-use and lightweight.
Frees up disk space by removing unnecessary Rust packages.
You can install crate via cargo, the Rust package manager. Simply run the following command :
cargo install crate
This will download and compile the tool, installing the crates binary in your system's cargo bin folder (usually located at ~/.cargo/bin/ on Linux/macOS or %USERPROFILE%\.cargo\bin\ on Windows).
Once installed, you can use crate to clean your Cargo registry with the following command :
crate --clean
crate --clean
The tool will display a warning about the directory that will be deleted, and ask you to confirm whether you want to proceed (type y for Yes or n for No)
After confirmation, crate will remove all installed crates from the .cargo/registry folder, freeing up space on your disk.
Windows
macOS
Linux
Feel free to fork the repository, submit issues, or make pull requests if you'd like to contribute improvements or report bugs.
This project is licensed under the MIT License.