cargo-checkmate-0.1.0 is not a library.
Visit the last successful build:
cargo-checkmate-0.1.18
cargo-checkmate
Perform a series of useful checks out of the box. cargo-checkmate ensures your project builds, tests pass, has good format, doesn't have dependencies with known vulnerabilities, and so on.
The philosophy is that you can just run it without configuration on most crates to catch as many issues as possible (with low very low false-positives). The rationale behind not having configuration is to know if two different crates pass the same version of cargo-checkmate they pass the same checks. Also, this helps ensure bugs are likely shared by most users rather than only present for unusual configurations.
How to use it:
;