A command line interface for finding and managing Rust crates, heavily inspired by cargo-edit.
Check the Usage
page in the wiki for more info on how to use crates_cli
.
find
searches crates.io for a crateshow
displays information about a crate, including homepage and documentation links.deps
displays the dependencies of a crate.versions
shows available versions for a crate, and allows you to filteradd
, rm
, and version
for managing dependenciesfeature
and related subcommands for managing features of dependencieslicense
to retrieve the license of a crateCollaboration is welcome, both in the form of issues/ideas and pull requests! I'm still learning rust so feedback would be appreciated.
This project uses rustfmt
for formatting, and clippy
for linting.