# 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-depgraph" version = "1.6.0" authors = ["Jonas Platte "] exclude = [ ".gitignore", ".rustfmt.toml", "*.png", ] description = "Creates dependency graphs for cargo projects using `cargo metadata` and graphviz." homepage = "https://sr.ht/~jplatte/cargo-depgraph/" readme = "README.md" categories = [ "development-tools::cargo-plugins", "visualization", ] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~jplatte/cargo-depgraph" [dependencies.anyhow] version = "1.0.38" [dependencies.cargo_metadata] version = "0.18.0" [dependencies.clap] version = "4.0.18" [dependencies.petgraph] version = "0.6.0" features = ["stable_graph"] default-features = false