# 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 = "2021" name = "cargo-vistree" version = "0.1.2" authors = ["oriontvv "] description = "cargo extension for visualize dependencies" homepage = "https://github.com/oriontvv/cargo-vistree/" documentation = "https://docs.rs/cargo-vistree" readme = "README.md" keywords = [ "cargo", "dependency", "plugin", "visualization", "dot", ] categories = [ "command-line-utilities", "command-line-interface", "development-tools::cargo-plugins", "virtualization", ] license = "Apache-2.0" repository = "https://github.com/oriontvv/cargo-vistree/" [dependencies.cargo-lock] version = "9.0.0" features = ["dependency-tree"] [dependencies.clap] version = "4.2.4" features = ["derive"] [dependencies.petgraph] version = "0.6.3"