16 releases (8 breaking)

0.8.1 Sep 5, 2022
0.8.0 Jan 29, 2022
0.7.3 Oct 26, 2021
0.7.2 Jul 4, 2021
0.0.2 May 14, 2017

#71 in Web programming

Download history 2934/week @ 2023-02-14 4216/week @ 2023-02-21 3800/week @ 2023-02-28 3365/week @ 2023-03-07 1878/week @ 2023-03-14 3196/week @ 2023-03-21 1804/week @ 2023-03-28 1560/week @ 2023-04-04 2463/week @ 2023-04-11 3124/week @ 2023-04-18 2508/week @ 2023-04-25 2093/week @ 2023-05-02 2025/week @ 2023-05-09 1400/week @ 2023-05-16 2089/week @ 2023-05-23 2300/week @ 2023-05-30

8,310 downloads per month
Used in 24 crates (20 directly)

MIT/Apache

58KB
1.5K SLoC

crates-io-api

Crate API Docs

A Rust API client for the crates.io API.

This crate aims to provide an easy to use and complete client for retrieving detailed information about Rusts crate ecosystem.

The library uses the reqwest HTTP client and provides both an async and synchronous interface.

Please consult the official Crawler Policy before using this library. A rate limiter is included and enabled by default.

Usage

For usage information and examples, check out the Documentation.

rustls

By default the system TLS implementation is used.

You can also use rustls.

Cargo.toml:

[dependencies]
crates_io_api = { version = "?", default-features = false, features = ["rustls"] }

Dependencies

~7–16MB
~331K SLoC