cargo-mono
cargo-mono is a Cargo external subcommand (cargo mono) for monorepo-scale Rust workspace operations.
Why use cargo-mono
- Discover and scope affected crates with deterministic workspace analysis.
- Coordinate safe version bumps across internal dependencies.
- Run release and publish workflows with structured operator-friendly output.
Core capabilities
- Workspace discovery and reporting:
list - Git-aware impact analysis:
changed - Version orchestration and release tagging:
bump - Dependency-aware publish flow:
publish - Stable output contract:
--output human|json