A tool to check that your Cargo.toml dependencies are sorted alphabetically. Project started as a cloned from jpoles1 as a solution to @dtolnay's request for implementation #29. As of now windows line endings have not been accounted for, coming soon!
included in sort check is:
toml
["dependencies"]
["dev-dependencies"]
["build-dependencies"]
["workspace.members"]
["workspace.exclude"]
bash
cargo install cargo-sort-ck
Defaults to current dir but any path can be passed in
bash
cargo-sort-ck [cwd]