cargo metadata's resolve output doesn't specify depenency kinds #3984
Labels
A-build-dependencies
Area: [build-dependencies]
A-crate-dependencies
Area: [dependencies] of any kind
A-dev-dependencies
Area: [dev-dependencies]
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-metadata
cargo-tree needs to know the kind of dependencies (i.e. normal, build, dev) before it can switch over to using
cargo metadata
rather than linking to cargo as a library.The text was updated successfully, but these errors were encountered: