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.
matchmaker-partial
Failed to verify create's content against its repository
Partially verified 15 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '0.0.19'.
- 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.locknot found.
Looked for the crate in
matchmaker-partial/. Fetchedhttps://github.com/squirreljetpack/matchmaker.git9423288f07d06eefe76bf512cf6ef8b3c1798810.Checked on 2026-03-15
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '0.0.19'.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]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 = ["config", "partial-updates", "update", "matchmaker", "merge"](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.
match-maker
Dependency toml 0.9.8 is significantly outdated
Upgrade to 1.1.0+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i; Also check out Dependabot service on GitHub.Dependency nix 0.30.1 is outdated
Upgrade to 0.31.2 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 strum 0.27.2 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros 0.27.2 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement cli_boilerplate_automation = 0
Cargo does not always pick latest versions of dependencies! Specify the version as
cli_boilerplate_automation = "0.1.0". 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.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versionsCargo option, because it's very easy to accidentally use a feature added in a later version.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["asynchronous", "command-line-interface"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["tui", "config", "fuzzy-search", "action", "layout"](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.
fist-types
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Dependency cli_boilerplate_automation 0.0.* is outdated
Upgrade to 0.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency file-format 0.28.0 is outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.27.2 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros 0.27.2 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Partially verified 13 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '0.0.3'.
- 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.locknot found.
Looked for the crate in
fist-types/. Fetchedhttps://github.com/squirreljetpack/fist.git39e36caf01db50411459d31d8123ad93ad178cf4.Checked on 2026-03-15
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '0.0.3'.
Missing keywords
Help users find your crates. Add
keywords = ["search", "file-format", "fist", "icons", "shared"](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.
cli_boilerplate_automation
Dependency anstream 0.6 is outdated
Upgrade to 1.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency unicode-width 0.1 is outdated
Upgrade to 0.2.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
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 = ["automation", "utilities", "boilerplate", "task", "cli"](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.
fzs
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.228". 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.
Dependency derive_more 1.0.0 is outdated
Consider upgrading to 2.1.0 to get all the fixes and improvements.
Dependency toml ^0.8.19 is outdated
Consider upgrading to 1.1.0+spec-1.1.0 to get all the fixes and improvements.
slate-rs
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Dependency serde_yaml ^0.9 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency bincode ^1 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Dependency bson ^2 is a bit outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
Dependency demand 1.7.0 is outdated
Consider upgrading to 2.0.0 to get all the fixes and improvements.
Dependency flexbuffers ^2.0 is outdated
Consider upgrading to 25.12.19 to get all the fixes and improvements.
Dependency ron ^0.8 is outdated
Upgrade to 0.12.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toml ^0.8 is outdated
Upgrade to 1.1.0+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement bson = ^2
Cargo does not always pick latest versions of dependencies! Specify the version as
bson = "3.1.0". 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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]to theCargo.toml.
ifengine
Dependency rand 0.9.2 is outdated
Upgrade to 0.10.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'ifengine_macros' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:syntax. Feature 'ifengine_macros' may have been unintentional.
ifengine_macros
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repositoryURL inCargo.tomlis correct and works withgit clone. The repository must be public.
- Make sure the
Checked on 2025-12-09
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.117". 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.
matchmaker-lib
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/matchmaker-lib ) failed. Please try again later.
matchmaker-cli
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/matchmaker-cli ) failed. Please try again later.
fist
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/fist ) failed. Please try again later.
No issues found in: matchmaker-partial-macros cargo-alias-exec
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.