[package]
name = "cargo-depgraph"
version = "1.1.2"
authors = ["Jonas Platte <jplatte@posteo.de>"]
license = "GPL-3.0-or-later"
edition = "2018"
description = "Creates dependency graphs for cargo projects using `cargo metadata` and graphviz."
homepage = "https://sr.ht/~jplatte/cargo-depgraph/"
repository = "https://git.sr.ht/~jplatte/cargo-depgraph"
readme = "README.md"
categories = ["development-tools::cargo-plugins", "visualization"]
exclude = [".gitignore", ".rustfmt.toml", "*.png"]
[dependencies]
anyhow = "1.0.32"
cargo_metadata = "0.10.1"
clap = "2.33.1"
petgraph = { version = "0.5.1", default-features = false, features = ["stable_graph"] }
semver = "0.10.0" # version needs to be the one cargo_metadata uses