A cryptographically verifiable code review system for the cargo (Rust) package manager.
Crev is a language and ecosystem agnostic, distributed code review system.
cargo-crev
is an implementation of Crev as a command line tool integrated with
cargo
. This tool helps Rust users evaluate the quality and trustworthiness of
their package dependencies.
cargo-crev
can already:
and many other things with many more to come.
Static binaries are available from the releases page.
Follow the cargo-crev
- Getting Started
Guide
(more documentation available on docs.rs).
cargo-crev
is a work in progress, but it should be usable at all times.
Use discussions
to get help, more information and report feedback. Thank you!
If you're supportive of the cause, we would appreciate helping to raise awareness of the project. Consider putting the below note in the README of your Rust projects:
It is recommended to always use [cargo-crev](https://github.com/crev-dev/cargo-crev)
to verify the trustworthiness of each of your dependencies, including this one.
Thank you!
Changelog can be found here: https://github.com/crev-dev/cargo-crev/blob/main/cargo-crev/CHANGELOG.md