crates_cli-0.2.2 is not a library.
crates_cli
A command line interface for finding and managing Rust crates, heavily inspired by cargo-edit.
What's new (v0.2.2):
- Windows support! The project has now switched to crossterm, which should allow it to function on Windows.
Installation:
cargo install crates_cli
cargo crate [SUBCOMMAND] [OPTIONS] <crate>
Check the Usage page in the wiki for more info on how to use crates_cli.
Features:
findsearches crates.io for a crateshowdisplays information about a crate, including homepage and documentation links.depsdisplays the dependencies of a crate.versionsshows available versions for a crate, and allows you to filter
Planned features:
add,rm, andversionfor managing dependenciesfeatureand related subcommands for managing features of dependencieslicenseto retrieve the license of a crate
Collaboration:
Collaboration is welcome. Feel free to submit issues and pull requests!
Formatting
This project uses rustfmt for formatting, and clippy for linting.