Open
Description
Problem
Currently when a crate has too many features, cargo add
only shows part of them and prints "X deactivated features". this is useful if i want to see a concise summary, but sometimes i actually want to see all the available features to see what i can enable.
Proposed Solution
add an new flag to make cargo add
print all features. or perhaps make it do so when -v/--verbose
is specified.
Notes
No response