~boringcactus/cargo-why

traces dependency paths to show why a crate was required
~boringcactus/cargo-why

New ticket tracker added

3 years ago
~boringcactus/cargo-why

New git repository added

3 years ago

#cargo-why

traces dependency paths to show why a crate was required

#installation

cargo install cargo-why

#usage

$ cargo why serde
cargo-why -> cargo_metadata -> semver -> serde
cargo-why -> cargo_metadata -> serde
cargo-why -> cargo_metadata -> serde_json -> serde