Analyze dependencies of cargo projects
[package]
name = "depwiz"
version = "0.1.0"
edition = "2021"

[dependencies]
analyzeme = { git = "https://github.com/rust-lang/measureme" }
camino = "1.1.6"
cargo_metadata = "0.18.1"
charming = { path = "../charming/charming" }
forceatlas2 = "0.6.1"
petgraph = "0.6.4"
serde = { version = "1.0.198", features = ["serde_derive"] }
serde_json = "1.0.116"