cargo-sort-ck 0.1.1

Check Cargo.toml for sorted dependencies
cargo-sort-ck-0.1.1 is not a library.

Cargo Sort Check

Build Status Latest Version Documentation

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.

included in sort check is:

["dependencies"]
["dev-dependencies"]
["build-dependencies"]
["workspace.members"]
["workspace.exclude"]

Install

cargo install cargo-sort-ck

Run

Defaults to current dir but any path can be passed in

cargo-sort-ck [cwd]