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.
permanganate
Dependency itertools 0.13.0 is outdated
Upgrade to 0.14.0 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 ndarray 0.15.6 is outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
Dependency petgraph 0.6.5 is a bit outdated
Consider upgrading to 0.7.1 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 14 out of 18 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit b9c8f0725bcc3998203ae6df26efa3ee8923982f, which is not in the repository.
- 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
- 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: 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:
Cargo.toml.orig
does not match the repository.src/
location.rs
does not match the repository.tests.rs
does not match the repository.builder.rs
does not match the repository.
Fetched
https://github.com/laggycomputer/permanganate.git
d46e2b86c25a23ce90e4a8dabdc6543c8a5492d1.Checked on 2024-10-04
This check is experimental.
- warning: Crate tarball has been published from the commit b9c8f0725bcc3998203ae6df26efa3ee8923982f, which is not in the repository.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["mathematics"]
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 = ["sat-solver", "flow", "free", "graph", "boolean"]
(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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.