-
Notifications
You must be signed in to change notification settings - Fork 2.9k
cargo metadata's resolve output doesn't specify depenency kinds #3984
Copy link
Copy link
Closed
Labels
A-build-dependenciesArea: [build-dependencies]Area: [build-dependencies]A-crate-dependenciesArea: [dependencies] of any kindArea: [dependencies] of any kindA-dev-dependenciesArea: [dev-dependencies]Area: [dev-dependencies]C-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`Command-metadata
Metadata
Metadata
Assignees
Labels
A-build-dependenciesArea: [build-dependencies]Area: [build-dependencies]A-crate-dependenciesArea: [dependencies] of any kindArea: [dependencies] of any kindA-dev-dependenciesArea: [dev-dependencies]Area: [dev-dependencies]C-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`Command-metadata
Type
Fields
Give feedbackNo fields configured for issues without a type.
cargo-tree needs to know the kind of dependencies (i.e. normal, build, dev) before it can switch over to using
cargo metadatarather than linking to cargo as a library.