-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-new-subcommandArea: new subcommandArea: new subcommandC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Description
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.
est31, matthewkmayer, mwilliammyers, Aaron1011, tshepang and 2 more
Metadata
Metadata
Assignees
Labels
A-new-subcommandArea: new subcommandArea: new subcommandC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`