Too many times a I had to leave terminal window and go to browser to query crate on crates.io.
Finally I wrote this subcommand to perform the query from CLI and also integrate with scripts if needed.
Available as cargo install cargo-info
Some usage example below
$ cargo info cargo-info
Crate: cargo-info
Version: 0.2.0
Description: Extends cargo to query crates.io registry for crates details
Downloads: 40
Homepage: https://gitlab.com/imp/cargo-info
Documentation:
Repository: https://gitlab.com/imp/cargo-info.git
$ cargo info -v cargo-info
Crate: cargo-info
Version: 0.2.0
Description: Extends cargo to query crates.io registry for crates details
Downloads: 40
Homepage: https://gitlab.com/imp/cargo-info
Documentation:
Repository: https://gitlab.com/imp/cargo-info.git
License: Apache-2.0/MIT
Keywords: ["subcommand", "info", "cargo"]
Created at: 2016-05-10T14:59:38Z
Updated at: 2016-05-22T09:50:37Z
$ cargo info -r cargo-info
https://gitlab.com/imp/cargo-info.git
$ cargo info -rv cargo-info
Repository: https://gitlab.com/imp/cargo-info.git
Would love to get feedback/flame.