cargo-outdated 0.4.0

Cargo subcommand for displaying when dependencies are out of date
# 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-outdated"
version = "0.4.0"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["*.png"]
description = "Cargo subcommand for displaying when dependencies are out of date"
readme = "README.md"
keywords = ["cargo", "subcommand", "dependencies", "cargo-subcommand", "deps"]
license = "MIT"
repository = "https://github.com/kbknapp/cargo-outdated.git"
[profile.release]
lto = true

[[bin]]
name = "cargo-outdated"
[dependencies.tempdir]
version = "~0.3.5"

[dependencies.toml]
version = "~0.4.3"

[dependencies.ansi_term]
version = "0.9"
optional = true

[dependencies.tabwriter]
version = "~1.0.3"

[dependencies.clap]
version = "2.26.0"

[dependencies.serde_derive]
version = "1.0.11"

[dependencies.serde]
version = "1.0.11"

[features]
debug = []
color = ["ansi_term"]
default = ["color"]
nightly = []
travis = ["nightly"]
unstable = []