sfackler / cargo-tree

Apache License 2.0
529 stars 39 forks source link

Add support for displaying enabled features #81

Open g2p opened 5 years ago

g2p commented 5 years ago

Uses the {f} format specifier.

Example usage:

cargo tree --format '{p} [{f}]'
GeorgeHahn commented 4 years ago

Is this PR under consideration? I'd find this helpful!

g2p commented 4 years ago

I've updated this after the cargo metadata rework; it is now much simpler.