cargo-tree icon indicating copy to clipboard operation
cargo-tree copied to clipboard

Identify proc_macro dependencies

Open jethrogb opened this issue 5 years ago • 1 comments

When cross-compiling, it's useful to know which crates are compiled for the host and which for the target. The [build-dependencies] and [dev-dependencies] sections are already useful for filtering some of this information. However, proc_macro crates are shown as regular dependencies.

jethrogb avatar Jul 02 '19 17:07 jethrogb

Ah yeah, seems like it'd make sense to split out dependencies rooted at a plugin = true crate to [plugin-dependencies] or something like that.

sfackler avatar Jul 02 '19 17:07 sfackler