| Crates.io | cargo-cycles |
| lib.rs | cargo-cycles |
| version | 0.2.0 |
| created_at | 2025-07-23 08:10:15.068387+00 |
| updated_at | 2025-12-20 13:13:29.623894+00 |
| description | A cargo extension for detecting dependency cycles between crates and within modules for a workspace |
| homepage | https://github.com/minfx-ai/cargo-cycles |
| repository | https://github.com/minfx-ai/cargo-cycles |
| max_upload_size | |
| id | 1764476 |
| size | 151,566 |
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.
# Run module-level cycle detection
cargo cycles
# Run with verbose output
cargo cycles --verbose
For dev installation, run cargo install --path cargo-cycles --force