cargo-crate

A set of crate related cargo commands. You can for instance get the information about a crate, as text or json, including the owners of a crate and its versions.

Downloads
8.3K
Stars
5
Committers
1

Bot releases are hidden (Show)

cargo-crate - v0.2.1 Latest Release

Published by chevdor over 1 year ago

  • fix a bug when the author's name is missing (mostly for old versions of crates)
  • add new tests for the case above

Full Changelog: https://github.com/chevdor/cargo-crate/compare/v0.2.0...v0.2.1

cargo-crate - v0.2.0

Published by chevdor over 1 year ago

This version adds support for paths.
That means you no longer need to provide the name of the crate you are working on to open it for instance.
Instead, you may simply call cargo crate open .. Cherry on top, if . is a workspace, it will open all its crates in a go.

Full Changelog: https://github.com/chevdor/cargo-crate/compare/v0.1.9...v0.2.0

cargo-crate - v0.1.8

Published by chevdor almost 2 years ago

cargo-crate - v0.1.7

Published by chevdor almost 2 years ago

cargo-crate - v0.1.6

Published by chevdor about 2 years ago

Deps update

cargo-crate - v0.1.5

Published by chevdor over 2 years ago

cargo-crate - v0.1.4

Published by chevdor over 2 years ago

cargo-crate - v0.1.3

Published by chevdor over 2 years ago

cargo-crate - v0.0.3

Published by chevdor over 2 years ago

Add support for a new search command.

cargo-crate - v0.0.2

Published by chevdor over 2 years ago

First simple release including the following commands:

  • info
  • open
cargo-crate - v0.0.1

Published by chevdor over 2 years ago

First release