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.
coolrule
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 9 files (includes 2 Cargo-generated).
Fetched
https://github.com/healeycodes/coolrule.git
ee3c1b7c91e473f1098aee9ea1388c6b3242d54b.Checked on 2024-08-10
This check is experimental.
Missing keywords
Help users find your crates. Add
keywords = ["context", "coolrule", "evaluator", "boolean"]
(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.
niceware
Dependency rand 0.8.4 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Latest stable release is old
It's been over 3 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
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 = ["niceware", "passphrase", "byte", "generator", "diceware"]
(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.
No issues found in: rust-niceware
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.