logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Remove Cargo Dependencies - Manage Rust Crates | Online Free DevTools by Hexmos

Remove Cargo dependencies effortlessly with Cargo Remove. Clean up your Rust projects by removing unused crates and manage your Cargo.toml. Free online tool, no registration required.

cargo-remove

Remove dependencies from a Rust project’s Cargo.toml manifest. More information: https://doc.rust-lang.org/cargo/commands/cargo-remove.html.

  • Remove a dependency from the current project:

cargo remove {{dependency}}

  • Remove a development or build dependency:

cargo remove --{{dev|build}} {{dependency}}

  • Remove a dependency of the given target platform:

cargo remove --target {{target}} {{dependency}}

See Also