cargo-funnel

Crates.iocargo-funnel
lib.rscargo-funnel
version0.5.1
sourcesrc
created_at2019-07-01 04:06:57.969409
updated_at2022-01-04 16:24:16.836727
descriptioncargo subcommand to reorganize and sort your Cargo.toml
homepagehttps://github.com/TomPridham/cargo-funnel
repositoryhttps://github.com/TomPridham/cargo-funnel
max_upload_size
id145061
size32,169
Tom Pridham (TomPridham)

documentation

https://docs.rs/cargo-funnel

README

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

Commit count: 40

cargo fmt