[package] authors = [ "Marcin S. ", "Kevin K. ", "Max New ", ] categories = ["development-tools", "development-tools::cargo-plugins"] description = "Cargo subcommand for building dependency graphs of Rust projects." exclude = ["*.png"] homepage = "https://github.com/mrcnski/cargo-deps" keywords = ["cargo", "dependencies", "graph", "visualization", "graphviz"] license = "BSD-3-Clause" name = "cargo-deps" readme = "README.md" repository = "https://github.com/mrcnski/cargo-deps.git" version = "1.5.1" edition = "2018" [[bin]] name = "cargo-deps" path = "src/main.rs" [dependencies] dirs = "4.0.0" structopt = "0.3" toml = "0.5"