Add a way to pretty-print the dependency tree #7286
Labels
A-new-subcommand
Area: new subcommand
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Currently I need to:
to pretty-print the dependency tree - which on first install takes a while, and because of
cargo-tree
dependency on cargo, needs to often be recompiled when Rust is upgraded.I shouldn't need to install a cargo subcomman to print the whole dependency tree of a crate in a human readable form. Feels like a way too common task that deserves upstream support.
The text was updated successfully, but these errors were encountered: