cargo-supply-chain

Gather author, contributor and publisher data on crates in your dependency graph.

Use cases include:

Usage

Run cargo install cargo-supply-chain to install this tool. Once installed, simply navigate to your project and run cargo supply-chain followed by a subcommand, e.g. cargo supply-chain publishers.

Subcommands

Filtering

Any arguments specified after -- will be passed to cargo metadata, for example:

none cargo supply-chain crates -- --filter-platform=x86_64-unknown-linux-gnu

This will only include dependencies that are used when compiling for x86_64-unknown-linux-gnu and ignore crates that are not used on this platform (e.g. winapi, web-sys).

See cargo metadata --help for a list of flags it supports.

License

Triple licensed under any of Apache-2.0, MIT, or zlib terms.