Description
Builds, caches, and runs command-line tools scoped in a Cargo.toml file. It helps projects call required development tools without asking every contributor to install each one globally.
Use it when a Rust project documents tool commands through this workflow. Cached tools still come from project configuration, so review the manifest before running tools from untrusted repositories.