API client for crates.io, the Rust crate registry.
This PR consists of 3 different things: 1. A refactor of existing code, adding the `util.rs` file 2. Introduction of the features `sync` and `async` 3. Loosening of dependencies. These points above plus some very small added details allow us to use this crate within a wasm context. I tested using the following command: ``` cargo build\ --target wasm32-unknown-unknown\ --no-default-features\ --features async,reqwest/rustls-tls ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by jonaspleyer and has received 0 comments.