-
Notifications
You must be signed in to change notification settings - Fork 649
Show features of dependencies #3505
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
Show features of dependencies #3505
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @smarnach (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
b7901c2
to
aed14f8
Compare
Thanks for the initial work @bikeshedder! I've slightly improved the styling of the feature listing, and I think this is good to go now. |
aed14f8
to
63ebbde
Compare
e02debe
to
42c874a
Compare
4e1b463
to
fb647d6
Compare
5e8c459
to
5c4ac9f
Compare
5c4ac9f
to
efa122c
Compare
efa122c
to
58514bc
Compare
@bors r+ |
📌 Commit 58514bc has been approved by |
☀️ Test successful - checks-actions |
I keep getting asked why my crate depends on
tokio
besides it just needing a small subset of features: deadpool-rs/deadpool#88This PR adds the list of features used from each dependency to the dependencies tab: