Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

trust-list

crates.io GitHub Actions Workflow Status MIT

Command line tool for generating a dependency information table in markdown.

Install

cargo install trust-list

Usage

$ trust-list --help
Command line tool for generating a dependency information table in markdown

Usage: trust-list [OPTIONS]

Options:
  -o, --output-file <OUTPUT_FILE>  The output filename, appended with .md [default: trust-list]
  -r, --recreate                   Recreate table [default: appends new dependencies]
  -D, --depth <DEPTH>              The depth of dependencies to collect information on [default: all sub dependencies]
  -d, --dev                        Include dev dependencies [default: excluded]
  -b, --build                      Include build dependencies [default: excluded]
  -e, --exclude <EXCLUDE>          Exclude specified workspace [default: all included]
  -h, --help                       Print help
  -V, --version                    Print version

Example

trust-list --depth 1
namedownloadscontributorsreverse_dependenciesversionscreated_atupdated_atrepository
anyhow455074655242455810205/10/201919/09/2025https://github.com/dtolnay/anyhow
chrono39363107930+174919220/11/201408/09/2025https://github.com/chronotope/chrono
clap56455292130+2592644401/03/201529/10/2025https://github.com/clap-rs/clap
field_names55654813308/01/202104/01/2022https://github.com/TedDriggs/field_names
itertools70139948030+703813021/11/201431/12/2024https://github.com/rust-itertools/itertools
pbr2835208261052414/10/201508/02/2023https://github.com/a8m/pb
reqwest30766343930+1461211516/10/201613/10/2025https://github.com/seanmonstar/reqwest
serde70166718930+5954431505/12/201427/09/2025https://github.com/serde-rs/serde
serde_json61622793030+4196017707/08/201514/09/2025https://github.com/serde-rs/json

Compliance

Restricted to one request per second as per crates.io data access policy.