cargo-audit 0.2.1

Audit Cargo.lock for crates with security vulnerabilities
cargo-audit-0.2.1 is not a library.
Visit the last successful build: cargo-audit-0.20.0

cargo audit Latest Version Build Status Appveyor Status MIT/Apache 2 licensed

Audit Cargo.lock for crates with security vulnerabilities reported to the RustSec Advisory Database.

This implements an idea originally proposed in this (closed) RFC:

https://github.com/rust-lang/rfcs/pull/1752

Installation

cargo audit is a Cargo subcommand and can be installed with cargo install:

$ cargo install cargo-audit

Once installed, it can be run on the toplevel of any Cargo project.

Example output

Example output

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.