Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Identify proc_macro dependencies #64

Open
jethrogb opened this issue Jul 2, 2019 · 1 comment
Open

Identify proc_macro dependencies #64

jethrogb opened this issue Jul 2, 2019 · 1 comment

Comments

@jethrogb
Copy link

jethrogb commented Jul 2, 2019

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.

@sfackler
Copy link
Owner

sfackler commented Jul 2, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants