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.
gamesman-nova
Dependency rusqlite 0.34.0 is significantly outdated
Consider upgrading to 0.38.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Imprecise dependency requirement anyhow = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.100". IfCargo.lockends 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-versionsflag, 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.
Published crate doesn't match its repository
Partially verified 33 files (includes 2 Cargo-generated).
Fetched
https://github.com/gamescrafters/gamesmannova.git5ac46eb89177700c301cb6aadff253735cacbedb.Checked on 2025-05-11
This check is experimental.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science", "games"]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.
list-mod
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.
seagaze
Failed to verify create's content against its repository
Verified 4 out of 8 files (includes 1 Cargo-generated).
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repositoryURL inCargo.tomlis 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: Existence of [lib] inconsistent: published=true; orig=false.
- error: Manifest properties don't match: Number of [[bin]] inconsistent; published=0; orig=1; ed=Set(E2021).
Files in the crates.io crate compared to the repository:
Cargo.toml.origdoes not match the repository.README.mddoes not match the repository.lib.rsnot found.
Fetched
https://github.com/gamescrafters/gamesmannova.git9a368e8856ab35439872091758ec61ab1c72426d.Checked on 2024-08-04
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms"]to theCargo.toml.
No issues found in: list-modules
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.