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.
urouter
Failed to verify create's content against its repository
Verified 10 out of 11 files (includes 3 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Could not discover crate's location in its repository (via tags).
- warning: There is no matching git tag containing version '0.7.1'.
git tag v0.7.1 0451d494c57649019934cb98c3033f708e15b3ac; git push origin --tags
Files in the crates.io crate compared to the repository:
Cargo.locknot found.Cargo.toml.origdoes not match the repository.
Fetched
https://github.com/ivabus/urouter.gittagged0.7.0(0451d494c57649019934cb98c3033f708e15b3ac).Checked on 2025-04-27
This check is experimental.
Dependency ureq 2.9.6 is outdated
Consider upgrading to 3.1.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 = ["web-programming::http-client"]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 = ["http-router", "http-routing", "url", "alias", "regex"](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.
bcompfmt
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Missing keywords
Help users find your crates. Add
keywords = ["assembly", "formatter", "bcomp-ng"](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.
lonelyradio
Dependency lofty 0.18.2 is significantly outdated
Consider upgrading to 0.22.4 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency flacenc 0.4.0 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency rand 0.8.5 is outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["music", "music-player", "streamer", "playlist", "flac"](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.
war-rs
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Dependency wav 1.0.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Missing keywords
Help users find your crates. Add
keywords = ["automatic", "calculations", "encoder", "1-bit", "lufs"](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.
bcompfmt, smurf, falloc
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
bcompfmt, lonelyradio_types, zov
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
falloc
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.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"](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.
feval
Dependency evalexpr 10.0.0 is significantly outdated
Consider upgrading to 13.0.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["mathematics"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["string-concatenation", "clt", "command-line", "integer", "constant"](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.
monolib
Dependency rodio 0.19.0 is significantly outdated
Upgrade to 0.21.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 9 out of 10 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '0.7.1'.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
Files in the crates.io crate compared to the repository:
Cargo.toml.origdoes not match the repository.Cargo.tomlexists, but elsewhere in the repo.
Looked for the crate in
monolib/. Fetchedhttps://github.com/ivabus/lonelyradio.gitf373fd63d9ba89e04d861f5f0acea39a5052a596.Checked on 2025-04-27
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '0.7.1'.
Missing keywords
Help users find your crates. Add
keywords = ["audio-streaming", "streaming-protocol", "radio", "protocols", "lonely"](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.
lonelyradio, monolib, lonelyradio_types
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::audio"]to theCargo.toml.
smurf
Failed to verify create's content against its repository
Verified 9 out of 10 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirtyflag. Make sure all changes are committed before publishing. Useinclude/excludeinCargo.tomlto omit unnecessary files.
- Publish a new version, without using
- warning: There is no matching git tag containing version '0.3.1'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
.DS_Storenot found.
Fetched
https://github.com/ivabus/smurf.gitdcbb036760b4560af03c341af3462fb88b3e416d.Checked on 2024-07-24
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["io", "macro", "shell", "stdin", "write"](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.
binhost
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server", "network-programming"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["web-server", "sha-256", "platform", "binaries", "pre-built"](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.
cargo-makima
Dependency rand 0.8.5 is outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::cargo-plugins"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["running", "cargo", "abuse", "testing", "cargo-subcommand"](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.
lonelyradio_types
Missing keywords
Help users find your crates. Add
keywords = ["music", "lonelyradio", "music-player", "playlist", "streamer"](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.
zov
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.
No issues found in: bf3d
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.