Support vendoring for a feature set #9980
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-vendor
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Problem
Currently
cargo vendor
adds ALL the dependencies as per the source in thevendor
folder. Butcargo build
can be done for a specific set of features which do not need all the dependencies fromvendor/
folder.Request a feature to vendor dependencies for a specific set of features only instead of all or default features.
Proposed Solution
No response
Notes
No response
The text was updated successfully, but these errors were encountered: