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.
expo_push_notification_client
Could not find the crate in the repository
Make sure the main branch of
https://github\.com/katayama8000/expo\-push\-notification\-client
contains theCargo.toml
for the crate. If you have forked the crate, change the repository property inCargo.toml
to your fork's URL.
lib_demo
Incorrect category
Crate's categories property in
Cargo.toml
contains 'library', which isn't a category we recognizelib.rs has simplified and merged some of crates.io categories. Please file a bug if we got it wrong.
crates-publish-minimal
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["template-engine"]
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.
Missing keywords
Help users find your crates. Add
keywords = ["publishing", "io", "items"]
(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.
gyazo_client
Dependency thiserror 1.0.63 is slightly outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.
world_coin_sdk, world_id_sdk
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.