./devel/crates-query, Query crates.io from command line

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.2, Package name: crates-query-0.1.2, Maintainer: pin

Command line tool to query crates.io index.

It contains several query subcommands:
* Dependencies - list-a-given-crates-dependencies
* Rust Version - get-the-minimum-rust-version
* Features - query-features-available
* Versions - get-versions-published

By default crates-query will always use the latest available, but a specific
version can be specified using the --ver flag.


Master sites:

Filesize: 7.917 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-13 20:28:27 by pin | Files touched by this commit (2) | Package updated
Log message:
devel/crates-query: update to 0.1.2

 - Small enhancement which detects when the index already has all the info we
   need without forcing a sparse index update.
   2023-12-19 10:48:20 by pin | Files touched by this commit (5)
Log message:
devel/crates-query: import package

Command line tool to query crates.io index.

It contains several query subcommands:
 * Dependencies - list-a-given-crates-dependencies
 * Rust Version - get-the-minimum-rust-version
 * Features - query-features-available
 * Versions - get-versions-published

By default crates-query will always use the latest available, but a specific
version can be specified using the --ver flag.