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.
harness
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
playdate-rs
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
playdate-cli
Dependency cargo_metadata 0.17.0 is significantly outdated
Consider upgrading to 0.19.1 to get all the fixes and improvements.
Dependency clap-cargo 0.11.0 is significantly outdated
Consider upgrading to 0.15.2 to get all the fixes and improvements.
Dependency toml 0.7.6 is significantly outdated
Consider upgrading to 0.8.19 to get all the fixes and improvements.
Dependency env_logger 0.10.0 is outdated
Consider upgrading to 0.11.6 to get all the fixes and improvements.
Dependency minijinja 1.0.6 is outdated
Consider upgrading to 2.7.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.
dot-cli
Dependency subst 0.2.3 is significantly outdated
Consider upgrading to 0.3.7 to get all the fixes and improvements.
Dependency dirs 5.0.1 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency env_logger 0.10.0 is outdated
Consider upgrading to 0.11.6 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["config"]
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 = ["package-manager", "personal", "simpel"]
(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.
harness-cli
Dependency sysinfo 0.31.4 is significantly outdated
Upgrade to 0.33.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.Dependency cargo_metadata 0.18.1 is outdated
Upgrade to 0.19.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency git2 0.19.0 is outdated
Upgrade to 0.20.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency termimad 0.30.0 is outdated
Upgrade to 0.31.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
harness, harness-probe-perf, harness-cli, harness-macros
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/wenyuzhao/harness\.git
At 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.
harness-probe-perf
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
bump-allocator
Latest stable release is old
It's been over 5 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"
).Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
playdate-rs-sys
Dependency bindgen 0.65.1 is significantly outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'bindgen' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'bindgen', 'home' may have been unintentional.
kperf
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()
flags just for docs.rs and use them to hide problematic code.Dependency thiserror 1.0.58 is a bit outdated
Consider upgrading to 2.0.11 to get all the fixes and improvements.
gptsh
Dependency async-openai 0.18.3 is outdated
Consider upgrading to 0.27.2 to get all the fixes and improvements.
Dependency crossterm 0.27.0 is outdated
Consider upgrading to 0.28.1 to get all the fixes and improvements.
Dependency rustyline 13.0.0 is outdated
Consider upgrading to 15.0.0 to get all the fixes and improvements.
Dependency termimad 0.29.1 is outdated
Consider upgrading to 0.31.2 to get all the fixes and improvements.
dot-cli, harness-cli, gptsh
Dependency colored 2.1.0 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
git_info2
Published crate contains binary files
The crate contains binary files (WOFF font). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
alduin
Dependency dynasmrt 2.0.0 is significantly outdated
Upgrade to 3.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gimli 0.27.2 is significantly outdated
Upgrade to 0.31.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency capstone 0.11.0 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency env_logger 0.10.0 is outdated
Upgrade to 0.11.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.24 is outdated
Upgrade to 0.26.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros 0.24 is outdated
Upgrade to 0.26.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 = ["compilers"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["compiler", "toy", "back-end", "functioning"]
(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.
harness-macros
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
rusty-ecs
Dependency hashbrown 0.14.0 is significantly outdated
Upgrade to 0.15.2 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 = ["game-development"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["tiny", "ecs", "rusty-ecs"]
(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.
thyla, ws-deque, mk-sanity, mk-buddy, mk-bump, mk-mimalloc, mk-hoard
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
It's OK if you intend to publish this project in the near future. Keep in mind that even if you have good intentions, things may not go as planned. crates.io won't reclaim abandoned crates, so reserving good names may end up wasting the good names.
mallockit-macros, harness-probe-ebpf, mallockit-rs, mallockit, harness-perf, harness-ebpf, scx, sched_ext, lucea, lucea-cli, lizard, loris, wombat, ceto, cargo-harness, painter-cli, painter, wallaby, aeneas, doris, illusio
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
scx, sched_ext, lucea, lucea-cli, lizard, loris, wombat, ceto, cargo-harness, painter-cli, painter, wallaby, aeneas, doris, illusio
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
playdoge
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
No issues found in: playdate-rs-macros playdate-rs-cli
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.