cargo-graph icon indicating copy to clipboard operation
cargo-graph copied to clipboard

Differentiate dependencies by source

Open sanmai-NL opened this issue 7 years ago • 2 comments

To explore the structure of larger projects, e.g. in workspaces, it is helpful to be able to visually distinguish ‘external’ dependencies (e.g. crates.io crates) and in-house dependencies. There seems to be no feature to do this in v0.3.0.

sanmai-NL avatar Oct 07 '17 15:10 sanmai-NL

agreed, struggling with same problem, you don't even want to see my graph ;-)

simplest would be something taking a filter regex file for packages e.g. and option for anything that is not in Cargo.toml (pulled in by packages in Cargo.toml indirectly) to be excluded.

Tool is great.

przygienda avatar Jun 07 '18 06:06 przygienda

It should be possible to only include crates in the generated graph that are members of the current workspace. Is it already possible? If not, a flag for this should be added.

Boscop avatar Jan 22 '19 11:01 Boscop