est31 / cargo-udeps

Find unused dependencies in Cargo.toml
Other
1.76k stars 46 forks source link

[feature request] sorting the output #111

Open petar-dambovaliev opened 2 years ago

petar-dambovaliev commented 2 years ago

It would be nice, if the unused dependencies were sorted in the order found in the user Cargo.toml file.

est31 commented 2 years ago

Thanks for the request! This is blocked by cargo support for spans (or cargo sorting the dependencies).