Description
Creates dependency graphs for Cargo projects using cargo metadata and Graphviz. It helps developers see how crates relate to each other and where dependency complexity is coming from.
Use it when reviewing architecture, build size, or dependency cleanup. Large projects can produce dense graphs, so filter the output when a full graph becomes hard to read.