-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'cargo tree -i <package>' is empty for windows-only dependency #11315
Comments
|
Thanks, that does it! So I missed one more all-flag.^^ Is |
The output, however, looks strange...
So winapi depends on itself? I was hoping to figure out where the winapi dependency comes from and I know it goes via hyper, tokio, mio -- but those don't show up in the tree at all. |
If you're looking for dependencies of iron. Here is the tree I got from iron/iron@cde77e5: Expand the result of
|
Ah I guess the Maybe in case |
Great suggestion! I thought of the same thing when trying to fix #10593. It also makes me recall this |
If anyone wants to add a useful message for this issue, check these possible steps:
I believe it is the only scenario that cargo-tree prints nothing if the length of |
Problem
I am trying to figure out what imports winapi 0.2.8 in https://github.com/iron/iron.
Steps
Strangely, the result is empty, even though this package definitely appears in the lockfile. I tried adding
--workspace --all-features -e all
, no luck. Maybe there are more flags I need to pass to say--all-and-i-really-mean-all-of-them
? Or is it because the package is a windows-only dependency? I don't have a windows machine though and would like to figure out where these dependencies are coming from...Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: