#贡献者 # #分析 #发布者 #作者 #收集 #数据

应用 cargo-supply-chain

收集您的依赖图中的 crate 的作者、贡献者和发布者数据

16 个版本

0.3.3 2023 年 5 月 8 日
0.3.2 2022 年 11 月 4 日
0.3.1 2022 年 3 月 18 日
0.2.0 2021 年 5 月 21 日
0.0.2 2020 年 10 月 15 日

145Cargo 插件

Download history 71/week @ 2024-03-24 193/week @ 2024-03-31 441/week @ 2024-04-07 175/week @ 2024-04-14 306/week @ 2024-04-21 460/week @ 2024-04-28 909/week @ 2024-05-05 810/week @ 2024-05-12 192/week @ 2024-05-19 23/week @ 2024-05-26 84/week @ 2024-06-02 75/week @ 2024-06-09 315/week @ 2024-06-16 49/week @ 2024-06-23 118/week @ 2024-06-30 482/week @ 2024-07-07

970 每月下载量

Apache-2.0 OR MIT OR Zlib

62KB
1.5K SLoC

cargo-supply-chain

收集您的依赖图中的 crate 的作者、贡献者和发布者数据。

用例包括

  • 寻找值得支持的人员和团体。
  • 识别您的依赖图中的风险。
  • 通过构建他们的软件分析您隐式信任的所有贡献者。这可能会产生清醒和谦卑的影响。

在运行自身时的示例输出: publisherscratesjson

用法

要安装此工具,请运行以下命令

cargo install cargo-supply-chain

然后运行它

cargo supply-chain publishers

默认情况下,供应链列表为 所有目标默认功能

您可以通过传递 --target=… 来更改此行为,以列出特定目标的依赖项。您可以使用 --all-features--no-default-features--features=… 来控制功能选择。

以下是一份子命令列表

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.

许可

在 Apache-2.0、MIT 或 zlib 条款下三重许可。

依赖项

~16–26MB
~499K SLoC