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
anyhow362544609232067610005/10/201914/04/2025https://github.com/dtolnay/anyhow
chrono31649012030+147859120/11/201429/04/2025https://github.com/chronotope/chrono
clap45566895130+2273643301/03/201509/06/2025https://github.com/clap-rs/clap
field_names53419012308/01/202104/01/2022https://github.com/TedDriggs/field_names
itertools53815080330+651713021/11/201431/12/2024https://github.com/rust-itertools/itertools
pbr2573309261022414/10/201508/02/2023https://github.com/a8m/pb
reqwest23678644330+1250211316/10/201601/07/2025https://github.com/seanmonstar/reqwest
serde57230214730+5208630605/12/201409/03/2025https://github.com/serde-rs/serde
serde_json49851097330+3611717207/08/201503/03/2025https://github.com/serde-rs/json

Compliance

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