16 releases

0.3.3 May 8, 2023
0.3.2 Nov 4, 2022
0.3.1 Mar 18, 2022
0.2.0 May 21, 2021
0.0.2 Oct 15, 2020

#87 in Cargo plugins

Download history 358/week @ 2023-11-20 244/week @ 2023-11-27 215/week @ 2023-12-04 279/week @ 2023-12-11 132/week @ 2023-12-18 360/week @ 2023-12-25 556/week @ 2024-01-01 471/week @ 2024-01-08 427/week @ 2024-01-15 352/week @ 2024-01-22 443/week @ 2024-01-29 349/week @ 2024-02-05 335/week @ 2024-02-12 459/week @ 2024-02-19 160/week @ 2024-02-26 237/week @ 2024-03-04

1,202 downloads per month

Apache-2.0 OR MIT OR Zlib

62KB
1.5K SLoC

cargo-supply-chain

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

Use cases include:

  • Find people and groups worth supporting.
  • Identify risks in your dependency graph.
  • An analysis of all the contributors you implicitly trust by building their software. This might have both a sobering and humbling effect.

Sample output when run on itself: publishers, crates, json.

Usage

To install this tool, please run the following command:

cargo install cargo-supply-chain

Then run it with:

cargo supply-chain publishers

By default the supply chain is listed for all targets and default features only.

You can alter this behavior by passing --target=… to list dependencies for a specific target. You can use --all-features, --no-default-features, and --features=… to control feature selection.

Here's a list of subcommands:

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

Usage: COMMAND [ARG]…

Available options:
    -h, --help      Prints help information
    -v, --version   Prints version information

Available commands:
    publishers  List all crates.io publishers in the depedency graph
    crates      List all crates in dependency graph and crates.io publishers for each
    json        Like 'crates', but in JSON and with more fields for each publisher
    update      Download the latest daily dump from crates.io to speed up other commands

Most commands also accept flags controlling the features, targets, etc.
See 'cargo supply-chain <command> --help' for more information on a specific command.

License

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

Dependencies

~16–28MB
~513K SLoC