Add include
and exclude
information to metadata
#13331
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-metadata
Command-package
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
Problem
I'm currently working on rust-lang/rust-clippy#11677. However, to finish this lint, I need to have the
include
andexclude
information in the metadata (to be used withcargo_metadata
).Proposed Solution
I think that to prevent having to recompute
include
andexclude
when using it frommetadata
and duplicate what cargo does, it should contain the equivalent ofcargo package --list
. An initial implementation was done inNotes
No response
The text was updated successfully, but these errors were encountered: