Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to pretty-print the dependency tree #7286

Closed
gnzlbg opened this issue Aug 22, 2019 · 0 comments · Fixed by #8062
Closed

Add a way to pretty-print the dependency tree #7286

gnzlbg opened this issue Aug 22, 2019 · 0 comments · Fixed by #8062
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`

Comments

@gnzlbg
Copy link
Contributor

gnzlbg commented Aug 22, 2019

Currently I need to:

cargo install cargo-tree
cargo tree

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.

@gnzlbg gnzlbg added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label Aug 22, 2019
@ehuss ehuss added the A-new-subcommand Area: new subcommand label Sep 21, 2019
@bors bors closed this as completed in 7d720ef Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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`
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants