crin

(crate information)

A handy CLI for the crates.io API

Features

Planned features

Usage examples

Crate Information

```sh $ crin crate regex-syntax

If you want to show the number of reverse dependencies use -r or --reverse:

$ crin crate -r regex-syntax

If you want the full list of reverse dependencies use -rr or --reverse --reverse:

$ crin crate -rr regex-syntax ```

Search

sh $ crin search network

Summary

```sh $ crin summary

More details on new crates

$ crin summary new ```

Help

$ crin help $ crin help crate $ crin help summary new

Installation

sh $ cargo install crin