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.
ezwallpaper
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 failure 0.1.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Published crate doesn't match its repository
Verified 13 out of 14 files (includes 2 Cargo-generated).
- error: Cargo.lock parse error: parse error: parse error: invalid Cargo.lock format version: `4`
.
- File a bug in Cargo or https://github.com/rustsec/rustsec/tree/main/cargo-lock
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/pkking/ezwallpaper.git
f5a8dde5b806fddf1d8e00cb4a12fac4f94d7625.Checked on 2024-10-20
This check is experimental.
- error: Cargo.lock parse error: parse error: parse error: invalid Cargo.lock format version: `4`
.
Dependency dirs 5.0.1 is outdated
Consider upgrading to 6.0.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["filesystem"]
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 = ["image", "background", "desktop", "wallpaper", "bing"]
(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.
efi_signer
Dependency goblin 0.6.1 is significantly outdated
Upgrade to 0.9.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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["cryptography"]
to theCargo.toml
.Published crate contains binary files
The crate contains binary files (DOS exe). 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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.