logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on 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