#cargo-subcommand #binaries #cli #binlist

app cargo-binlist

List all installed binaries with cargo and their versions

6 releases (3 stable)

Uses new Rust 2024

1.1.0 May 26, 2025
1.0.1 Apr 26, 2025
0.4.1 Apr 18, 2025
0.3.0 Feb 26, 2025
0.1.1 Jan 13, 2025

#366 in Cargo plugins

Download history 67/week @ 2025-02-20 103/week @ 2025-02-27 2/week @ 2025-03-06 259/week @ 2025-04-17 252/week @ 2025-04-24 32/week @ 2025-05-01 8/week @ 2025-05-08 38/week @ 2025-05-15 113/week @ 2025-05-22 22/week @ 2025-05-29

182 downloads per month

MIT license

28KB
588 lines

cargo-binlist

Crates.io MIT licensed CI

cargo-binlist is a tool to list all the installed binaries with cargo and their versions. You can get a list of installed binaries and update them using cargo-binstall.

Installation

Using cargo install

cargo install cargo-binlist

or using cargo binstall

cargo binstall cargo-binlist

Usage

Usage: cargo-binlist [OPTIONS]

Options:
  -l, --list               List all installed crates
  -n, --list-updates       List crates with newer versions available
  -u, --update             Update all crates
  -f, --loglevel <FILTER>  Log Level Filter [Debug, Info, Error, Warn] [default: Info]
  -h, --help               Print help
  -V, --version            Print version

Dependencies

~15–30MB
~463K SLoC