cargo-graph 0.3.1

Cargo subcommand for building GraphViz DOT files of dependency graphs
# 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-graph"
version = "0.3.1"
authors = ["Kevin K. <kbknapp@gmail.com>", "Max New <maxsnew@gmail.com>"]
exclude = ["*.png"]
description = "Cargo subcommand for building GraphViz DOT files of dependency graphs"
readme = "README.md"
keywords = ["cargo", "subcommand", "graph", "dot", "graphviz"]
categories = ["development-tools", "development-tools::cargo-plugins"]
license = "MIT"
repository = "https://github.com/kbknapp/cargo-graph.git"

[[bin]]
name = "cargo-graph"
[dependencies.ansi_term]
version = "~0.9"
optional = true

[dependencies.clap]
version = "~2.11.3"

[dependencies.clippy]
version = "=0.0.88"
optional = true

[dependencies.toml]
version = "~0.2.1"

[features]
color = ["ansi_term"]
debug = []
default = ["color"]
lints = ["nightly", "clippy"]
nightly = []
unstable = ["lints"]
[badges.travis-ci]
repository = "kbknapp/cargo-graph"