cargo-pants 0.0.3

cargo-pants is a cargo subcommand application that provides a bill of materials and a list of which dependencies have a vulnerability, powered by Sonatype OSSIndex
Documentation
# 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]
edition = "2018"
name = "cargo-pants"
version = "0.0.3"
authors = ["Glenn Mohre <glenn.mohre@gmail.com>"]
description = "cargo-pants is a cargo subcommand application that provides a bill of materials and a list of which dependencies have a vulnerability, powered by Sonatype OSSIndex"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/sonatype-nexus-community/cargo-pants"
[dependencies.atty]
version = "0.2"

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.clap]
version = "2.32.0"

[dependencies.env_logger]
version = "0.6.1"

[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.futures]
version = "0.1.0"

[dependencies.gumdrop]
version = "0.5"

[dependencies.gumdrop_derive]
version = "0.5"

[dependencies.hyper]
version = "0.11.25"

[dependencies.hyper-tls]
version = "0.1.3"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4.0"

[dependencies.mockito]
version = "0.15.1"

[dependencies.platforms]
version = "0.1"

[dependencies.prettytable-rs]
version = "0.6.7"

[dependencies.semver]
version = "0.9"
features = ["serde"]

[dependencies.serde]
version = "1.0.42"

[dependencies.serde_derive]
version = "1.0.42"

[dependencies.serde_json]
version = "1.0.16"

[dependencies.term]
version = "0.5"

[dependencies.tokio-core]
version = "0.1.17"

[dependencies.toml]
version = "0.4"

[dependencies.url]
version = "1.7.0"