cargo-sort

Tool to check that your Cargo.toml dependencies are sorted alphabetically

brewmacoslinux
Try with needOr install directly
Source

About

Tool to check that your Cargo.toml dependencies are sorted alphabetically

Commands

cargo-sort

Examples

Check if dependencies in current Cargo.toml are sorted$ cargo sort --check
Sort dependencies in Cargo.toml file alphabetically$ cargo sort
Sort dependencies and show what would be changed$ cargo sort --check --diff