# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "cargo-deps" version = "1.5.1" authors = [ "Marcin S. ", "Kevin K. ", "Max New ", ] exclude = ["*.png"] description = "Cargo subcommand for building dependency graphs of Rust projects." homepage = "https://github.com/mrcnski/cargo-deps" readme = "README.md" keywords = [ "cargo", "dependencies", "graph", "visualization", "graphviz", ] categories = [ "development-tools", "development-tools::cargo-plugins", ] license = "BSD-3-Clause" repository = "https://github.com/mrcnski/cargo-deps.git" [[bin]] name = "cargo-deps" path = "src/main.rs" [dependencies.dirs] version = "4.0.0" [dependencies.structopt] version = "0.3" [dependencies.toml] version = "0.5"