[metadata] Add workspace.dependencies
and <dep>.workspace
to cargo-metadata
(Rust 1.64+) #11141
Open
Description
Problem
cargo metada
does not show the workspace dependencies nor if a dependency is inherited from the workspace in its output.
Proposed Solution
Add the missing metadata to the output.
Notes
We should also remember to update oli-obk/cargo_metadata at the same time to make it immediately available to most people