cargo-funnel 0.5.1

cargo subcommand to reorganize and sort your Cargo.toml
cargo-funnel-0.5.1 is not a library.

a tool similar to sortpack, but for rust. itis pretty basic, but does what i need it to. if you have feature requests or encounter bugs, please open an issue

just run cargo funnel in your rust project and that's it!

Differences from cargo-sort

cargo-sort only sorts dependencies. cargo-funnel will do that, as well as sort things under the [package] key according to the order defined here