cargo-vet is a tool to help projects ensure that third-party Rust dependencies have been audited by a trusted entity. It matches the set of third-party crates against a set of audits performed by the project or entities it trusts, and can import audits published by other projects to reduce the amount of work required.

WWW: https://mozilla.github.io/cargo-vet/
