Crates.io | cargo-funnel |
lib.rs | cargo-funnel |
version | 0.5.1 |
source | src |
created_at | 2019-07-01 04:06:57.969409 |
updated_at | 2022-01-04 16:24:16.836727 |
description | cargo subcommand to reorganize and sort your Cargo.toml |
homepage | https://github.com/TomPridham/cargo-funnel |
repository | https://github.com/TomPridham/cargo-funnel |
max_upload_size | |
id | 145061 |
size | 32,169 |
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!
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