bors 1081bc7e66 Auto merge of #7756 - ehuss:dep-kinds-dedup, r=alexcrichton
Remove metadata dep_kinds duplicates.

In `cargo metadata`, an entry could appear multiple times in the `dep_kinds` array if it is used by multiple workspace members with different features activated.  This fixes it by de-duplicating the entries.

This is kinda related to `cargo metadata` not handling workspaces and features very well. But workspaces and features are a bit awkward overall.

Fixes #7752
2020-01-06 16:25:33 +00:00
..