#version #cargo #plugin #cli #binlist

app cargo-binlist

List all installed binaries with cargo and their versions

3 releases (breaking)

Uses new Rust 2024

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

#212 in Cargo plugins

Download history 215/week @ 2025-01-11 29/week @ 2025-01-18 12/week @ 2025-02-01 1/week @ 2025-02-15 124/week @ 2025-02-22 46/week @ 2025-03-01 1/week @ 2025-03-08

485 downloads per month

MIT license

27KB
553 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
~445K SLoC