jplatte / cargo-depgraph

Creates graphviz dependency graphs for Rust projects that use Cargo
GNU General Public License v3.0
151 stars 8 forks source link

Re-add --no-normal-deps #4

Open jplatte opened 3 years ago

jplatte commented 3 years ago

It was removed in 1157148 because it didn't actually work.

Note: a normal dependency of a build dependency should be shown with --build-deps --no-normal-deps. A dependency that is both a dev-dependency and a regular dependency, as well as its dependencies, should be shown with --dev-deps --no-normal-deps.