13 unstable releases (4 breaking)

0.25.4 Nov 15, 2023
0.24.1 Jul 2, 2023
0.23.5 Mar 17, 2023
0.23.2 Aug 12, 2022
0.18.0 Oct 6, 2020

#482 in Development tools

Download history 16/week @ 2023-12-11 8/week @ 2023-12-18 7/week @ 2023-12-25 18/week @ 2024-01-01 45/week @ 2024-01-08 7/week @ 2024-01-15 14/week @ 2024-01-22 76/week @ 2024-01-29 112/week @ 2024-02-05 50/week @ 2024-02-12 143/week @ 2024-02-19 224/week @ 2024-02-26 130/week @ 2024-03-04 107/week @ 2024-03-11 84/week @ 2024-03-18 169/week @ 2024-03-25

499 downloads per month
Used in 4 crates (3 directly)

MPL-2.0 OR MIT OR Apache-2.0

180KB
4.5K SLoC

community discussion Github Actions CI Build Status crates.io

jesus, that's a lot of dependencies
image credit

cargo-crev

A cryptographically verifiable code review system for the cargo (Rust) package manager.

Introduction

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.

Features

cargo-crev can already:

  • warn you about untrustworthy crates and security vulnerabilities,
  • display useful metrics about your dependencies,
  • help you identify dependency-bloat,
  • allow you to review most suspicious dependencies and publish your findings,
  • use reviews produced by other users,
  • increase trustworthiness of your own code,
  • build a web of trust of other reputable users to help verify the code you use,

and many other things with many more to come.

Getting started

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!

Raise awareness

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

Changelog can be found here: https://github.com/crev-dev/cargo-crev/blob/main/cargo-crev/CHANGELOG.md

Dependencies

~7–17MB
~212K SLoC