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.
rpsn
Published crate doesn't match its repository
Verified 48 out of 49 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lockdoes not match the repository.Cargo.toml.origdoes not match the repository.
Fetched
https://github.com/f4ah6o/rpsn.gittagged2025.12.4(3fa9599f785032431e8aa0dd75e514e3e76e1e4a).Checked on 2025-12-28
This check is experimental.
Dependency colored 2.1 is outdated
Consider upgrading to 3.1.0 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.Dependency dirs 5.0 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency reqwest 0.12 is outdated
Consider upgrading to 0.13.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency toml 0.8 is outdated
Consider upgrading to 0.9.11+spec-1.1.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming", "authentication"]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 = ["task-manager", "task-list", "profile", "shell-completion", "management"](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.
opz
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["authentication"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["env-file", "command-line-tool", "cache", "secret", "1password"](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.