A cargo extension for detecting dependency cycles between crates and within modules for a workspace.
Circular dependencies indicate structural issues in the code and should be avoided in well-engineered projects.
```bash
cargo cycles
cargo cycles --verbose
```
For dev installation, run `cargo install --path cargo-cycles --force`