Usage
CLI
$ cargo list -h
List and update installed crates
Usage: cargo list [OPTIONS]
Options:
-f <FORMAT> Output format [default: md] [possible values: json, json-pretty, md, rust, rust-pretty]
-k <KIND> Kind(s) [default: external] [possible values: local, git, external]
-a All kinds
-o, --outdated Hide up-to-date crates
-u, --update Update outdated crates
-c <PATH> Cargo install metadata file [default: ~/.cargo/.crates2.json]
-r, --readme Print readme
-h, --help Print help
-V, --version Print version
$ cargo list -V
cargo-list 0.14.0
Library
use Crates;
use expanduser;
let path = expanduser.unwrap;
match from
Changelog
Please read the CHANGELOG.md in the repository.