cargo-audit 0.0.0

Audit Cargo.lock for crates with security vulnerabilities
# cargo audit [![Latest Version][crate-image]][crate-link] [![Build Status][build-image]][build-link] ![MIT/Apache 2 licensed][license-image]

[crate-image]: https://img.shields.io/crates/v/cargo-audit.svg
[crate-link]: https://crates.io/crates/cargo-audit
[build-image]: https://travis-ci.org/rustsec/cargo-audit.svg?branch=master
[build-link]: https://travis-ci.org/rustsec/cargo-audit
[license-image]: https://img.shields.io/badge/license-MIT%2FApache2-blue.svg

Audit Cargo.lock for crates with security vulnerabilities.

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

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

## License

Licensed under either of:

 * Apache License, Version 2.0 ([LICENSE-APACHE] or https://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT] or https://opensource.org/licenses/MIT)

at your option.

[LICENSE-APACHE]: https://github.com/rustsec/cargo-audit/blob/master/LICENSE-APACHE
[LICENSE-MIT]: https://github.com/rustsec/cargo-audit/blob/master/LICENSE-MIT

### 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.