[TOOL_PROFILE]
cargo
Rust package manager and build tool.
buildtestpackage-manager lang: rust
[USE_WHEN]ALLOW
- ✓ Build, test, and run Rust projects
[AVOID_WHEN]BLOCK
- ✕ The current project is not a Rust crate or workspace
[GUARDRAILS]MANDATORY
- ⚠ Use cargo for Rust build, test, and run commands when Cargo.toml exists.
[DETAILS]RAW_META
- Binary
- cargo
- Effects
- install_packages, execute_code, network_access, write_files
- Documentation
- https://doc.rust-lang.org/cargo/
[SIMILAR_TOOLS]03