support cargo vendor
without build or dev-dependencies
#14654
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-vendor
S-triage
Status: This issue is waiting on initial triage.
Problem
It would be nice to have an option to avoid vendoring dev-dependencies for those not interested in running tests on the crates.
Proposed Solution
To cover different use cases we can add a generic approach similar to the
cargo tree
option edges.We can call this new option
--dep-kinds
(As proposed forcargo metadata
in #10718) using the same proposed values:all
(default)normal
build
dev
no-normal
no-build
no-dev
Notes
No response
The text was updated successfully, but these errors were encountered: