Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
soniq
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
Published crate doesn't match its repository
Partially verified 23 files (includes 2 Cargo-generated).
Fetched
https://github.com/cleesim/soniq.gitcbd393f16abd4129a38b0717f57ee5b5d96f0907.Checked on 2025-07-27
This check is experimental.
Dependency reqwest ^0.12.20 is outdated
Upgrade to 0.13.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
ccobalt
Dependency reqwest ^0.12.19 is outdated
Upgrade to 0.13.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]to theCargo.toml.
twix
Published crate doesn't match its repository
Verified 7 out of 8 files (includes 2 Cargo-generated).
Files in the crates.io crate compared to the repository:
RADME.mdnot found.
Fetched
https://github.com/twix-rs/twix.git25f0e2af0fd090d11ec8580c4b2f4b36ea393c4c.Checked on 2025-06-01
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/twix\-rs/twix\.gitAt the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["bot-framework", "discord-twilight", "discord-bot"](up to 5) to theCargo.toml. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.