cargo-why

Crates.iocargo-why
lib.rscargo-why
version0.2.0
sourcesrc
created_at2019-12-10 03:34:43.209925
updated_at2020-09-02 00:39:53.796983
descriptiontraces dependency paths to show why a crate was required
homepage
repositoryhttps://github.com/boringcactus/cargo-why
max_upload_size
id188123
size14,068
Melody Horn (boringcactus)

documentation

README

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
Commit count: 2

cargo fmt