cargo-audit 0.3.2

Audit Cargo.lock for crates with security vulnerabilities
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cargo-audit"
version = "0.3.2"
authors = ["Tony Arcieri <bascule@gmail.com>"]
description = "Audit Cargo.lock for crates with security vulnerabilities"
homepage = "https://github.com/rustsec/cargo-audit"
readme = "README.md"
keywords = ["cargo-subcommand", "security", "audit", "vulnerability"]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"

[[bin]]
name = "cargo-audit"
[dependencies.gumdrop]
version = "0.4"

[dependencies.gumdrop_derive]
version = "0.4"

[dependencies.isatty]
version = "0.1"

[dependencies.lazy_static]
version = "1"

[dependencies.rustsec]
version = "0.7"

[dependencies.term]
version = "0.4"