Description
Rust dependencies can be added, removed, or adjusted from the command line without manually editing Cargo.toml each time. It is useful for developers managing project dependencies quickly.
This modifies Cargo project manifests. Review dependency names, versions, features, and lockfile changes before committing, especially in shared or production projects.