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.
libocc
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.218"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.This crate does not bump semver-minor when adding new features, so to be safe you get all the features/APIs/fixes that your crate depends on, require a more specific patch version.
Dependency multihash 0.13.2 is outdated
Upgrade to 0.19.3 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.
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"
).If the crate is truly stable, why not make a 1.0.0 release?
Missing keywords
Help users find your crates. Add
keywords = ["event-sourcing", "connected", "computing", "occasionally", "event-sourced"]
(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.
libocc, od-get, pdfdbg, double_note, doublenote, realraum_backend_projector
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.
od-get
Dependency clap 2.33.3 is outdated
Consider upgrading to 4.5.31 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 reqwest 0.11 is outdated
Consider upgrading to 0.12.12 to get all the fixes and improvements.
Imprecise dependency requirement regex = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
regex = "1.11.0"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versions
Cargo option, because it's very easy to accidentally use a feature added in a later version.Latest stable release is old
It's been over 4 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"
).Missing keywords
Help users find your crates. Add
keywords = ["recursion", "download", "limit", "web-crawler", "directories"]
(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.
spongemock
Dependency clap 2.33.3 is outdated
Upgrade to 4.5.31 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.3 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["random", "text", "capitalization", "letter", "mocking"]
(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.
realraum_backend_sounds
Published crate doesn't match its repository
Partially verified 7 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
exists, but elsewhere in the repo.
Looked for the crate in
sounds/
. Fetchedhttps://github.com/realraum/realraum-backend.git
86274a5c94653fbf0f1b07c518f9b4ac6880da14.Checked on 2024-07-28
This check is experimental.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::audio"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["back-end", "backend-server", "sounds", "realraum", "sound-playing"]
(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.
realraum_ui
Dependency gix-hash 0.11.1 is significantly outdated
Consider upgrading to 0.16.0 to get all the fixes and improvements.
Dependency gix-refspec 0.13.0 is significantly outdated
Consider upgrading to 0.28.0 to get all the fixes and improvements.
Dependency leptos 0.3.1 is significantly outdated
Consider upgrading to 0.7.7 to get all the fixes and improvements.
Dependency leptos_router 0.3.1 is significantly outdated
Consider upgrading to 0.7.7 to get all the fixes and improvements.
Dependency gloo-storage 0.2.2 is a bit outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
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 = ["front-end", "realraum", "web-ui"]
(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.
realraum_backend_projector
Missing keywords
Help users find your crates. Add
keywords = ["…"]
(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.Dependency axum 0.6.20 is outdated
Consider upgrading to 0.8.2 to get all the fixes and improvements.
Dependency hyper 0.14.27 is outdated
Consider upgrading to 1.6.0 to get all the fixes and improvements.
Dependency tower-http 0.4.3 is outdated
Consider upgrading to 0.6.2 to get all the fixes and improvements.
stv_bot
Dependency twilight 0.6 is slightly outdated
Consider upgrading to 0.16.0 to get all the fixes and improvements.
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"
).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", "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.
pdfdbg
Missing keywords
Help users find your crates. Add
keywords = ["pdf", "help", "meant", "debugging", "goal"]
(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.
double_note
Missing keywords
Help users find your crates. Add
keywords = ["angular", "port", "progress", "originally"]
(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.
doublenote
Missing keywords
Help users find your crates. Add
keywords = ["collision", "name", "github", "reasons", "io-crates-double-note"]
(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.
rbsg-backend, sfi-server, sfi-gtk, sfi-core, sfi-web, rbsg-frontend
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
No issues found in: ocapi nimlib tube-get cr-tools sarga
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.