Description
Adds Cargo commands for editing project dependencies from the terminal. Developers use it to add, remove, or upgrade crates without manually editing every entry in Cargo.toml.
Use it during Rust development when changing dependencies. Review the resulting manifest and lockfile so version requirements and feature choices match the project.