#cargo #version #cli #plugin

app cargo-binlist

List all installed binaries with cargo and their versions

5 releases (2 stable)

Uses new Rust 2024

new 1.0.1 Apr 26, 2025
0.4.1 Apr 18, 2025
0.3.0 Feb 26, 2025
0.2.1 Jan 13, 2025
0.1.1 Jan 13, 2025

#206 in Cargo plugins

Download history 190/week @ 2025-01-08 54/week @ 2025-01-15 12/week @ 2025-02-05 1/week @ 2025-02-19 168/week @ 2025-02-26 3/week @ 2025-03-05 255/week @ 2025-04-16 246/week @ 2025-04-23

501 downloads per month

MIT license

28KB
581 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

~14–29MB
~444K SLoC