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.
space-traders
Latest prerelease is old
It's been over 10 months. 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.
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.12 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.
Dependency thiserror 1.0.47 is a bit outdated
Consider upgrading to 2.0.12 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.
halt_and_catch_fire, woof-cli, woof-engine
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.
spork
Failed to verify create's content against its repository
Verified 5 out of 40 files (includes 2 Cargo-generated).
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Manifest properties don't match: package.build: crates.io=<unset>, orig=build.rs.
- If you have a monorepo, you can use git tags in format
cratename/v0.1.0
- If you have a monorepo, you can use git tags in format
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.README.md
does not match the repository.Cargo.lock
not found.demo.rs
not found.src/
blocking.rs
not found.catch_panic.rs
not found.send_process.rs
not found.callable_id.rs
not found.lib.rs
does not match the repository.data.rs
not found.process_type.rs
not found.errors.rs
not found.async.rs
not found.callable.rs
not found.builder.rs
not found.
join_handle.rs
not found.src/blocking/
dispatch_table.rs
not found.spawn.rs
not found.join_handle.rs
not found.macros.rs
not found.
src/data/
parent.rs
not found.child.rs
not found.
src/errors/
opaque.rs
not found.dispatch.rs
not found.spawn.rs
not found.child.rs
not found.join.rs
not found.
tests/
args.rs
not found.tool.rs
not found.happy_path.rs
not found.stdin.rs
not found.stderr.rs
not found.stdout.rs
not found.sad_path.rs
not found.
mod.rs
not found.
Fetched
https://gitlab.com/konnorandrews/dungeon-cell.git
29da107935a37da29515115eada8122dcd4a5beb.Checked on 2024-07-24
This check is experimental.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Dependency base64 0.13.1 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ipc-channel 0.16.0 is outdated
Upgrade to 0.19.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency thiserror 1.0.37 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["process", "fork", "spork"]
(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.
dungeon-cell
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["memory-management"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["memory", "store", "cell", "dungeon", "dynamic"]
(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.
halt_and_catch_fire
Missing keywords
Help users find your crates. Add
keywords = ["fire", "exit", "catch", "mnemonic", "hcf"]
(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.
sketchbook
Dependency macro_rules_attribute 0.1 is outdated
Upgrade to 0.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency palette 0.6 is outdated
Upgrade to 0.7.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
ty-tag-macros
Could not fetch repository
We've had trouble cloning git repo from
https://gitlab\.com/konnorandrews/ty\-tag\.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.
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
messloc
Latest stable release is old
It's been over 22 months. 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.
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Dependency memmap2 0.5.7 is outdated
Upgrade to 0.9.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand_xoshiro 0.6 is a bit outdated
Consider upgrading to 0.7.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["memory-management"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["allocator", "malloc", "memory", "shuffle-based", "applications"]
(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.
sketchbook-wgpu
Dependency wgpu 0.12 is significantly outdated
Upgrade to 24.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency winit 0.26 is significantly outdated
Upgrade to 0.30.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency env_logger 0.9 is outdated
Upgrade to 0.11.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency half 1.8 is outdated
Upgrade to 2.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency palette 0.6 is outdated
Upgrade to 0.7.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pollster 0.2 is outdated
Upgrade to 0.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ringbuf 0.2 is outdated
Upgrade to 0.4.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sketchbook 0.0.1 is slightly outdated
Consider upgrading to 0.0.2 to get all the fixes and improvements.
no-std-thiserror-impl
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.
treadmill
Dependency cargo_metadata 0.15.3 is outdated
Upgrade to 0.19.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.38 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::testing"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["unit-testing", "integration-testing", "binaries", "independent"]
(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.
woof-engine
Dependency itertools 0.10.5 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
woof-core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools"]
to theCargo.toml
.
treaty, cargo-hoard, woof, rustc-holidays, woof-derive
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
No issues found in: supply ty-tag symbolism no-std-thiserror deep-struct-update mini-macro-magic
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.