cargo-sort-ck-0.2.7 is not a library.
Cargo Sort Check
A tool to check that your Cargo.toml dependencies are sorted alphabetically. Project inspired by jpoles1 as a solution to @dtolnay's request for implementation #29. Cross platform implementation, windows compatible. Checks/sorts by key in tables and also nested table header (does not sort the items in a nested header). To pass the nested tables must be grouped.
included in sort check is:
[]
[]
[]
[]
[]
Install
Run
Defaults to current dir but any path can be passed in.
<CWD> Sets
Examples
[]
="0.1.1"
# comments will stay with the item
="0.1.1"
="0.1.1"
[]
="0"
[]
="0"
="0"
# comments will also stay with header
[]
="0"
[]
="0"
[]
="0"
="0"
Will sort to, or fail until organized like so
[]
="0.1.1"
="0.1.1"
# comments will stay with the item
="0.1.1"
[]
="0"
[]
="0"
# comments will also stay with header
[]
="0"
[]
="0"
="0"
[]
="0"
="0"