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.
loopkit
Imprecise dependency requirement clap = ^4
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.6.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 = ["compilers"]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 = ["compiler", "specification-language", "state-machine", "validation", "agent-skill"](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.
fashion-clip-rs
Dependency itertools ^0.12.0 is significantly outdated
Upgrade to 0.15.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 ort ^1.16 is significantly outdated
Upgrade to 1.16.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 prost ^0.12.3 is significantly outdated
Upgrade to 0.14.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokenizers ^0.15 is significantly outdated
Upgrade to 0.23.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic ^0.10.2 is significantly outdated
Upgrade to 0.14.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic-build ^0.10.2 is significantly outdated
Upgrade to 0.14.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic-health ^0.10.2 is significantly outdated
Upgrade to 0.14.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency autometrics ^1.0.0 is outdated
Upgrade to 3.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency axum ^0.7 is outdated
Upgrade to 0.8.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency image ^0.24.7 is outdated
Upgrade to 0.25.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ndarray ^0.15.6 is outdated
Upgrade to 0.17.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toml ^0.8.8 is outdated
Upgrade to 1.1.0+spec-1.1.0 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 = ["artificial-intelligence"]to theCargo.toml.
loopkit-graph
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["state-machine", "agent-skills", "compiler", "validation", "contract"](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.
cortex-ai
Dependency flume ^0.11 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 22 out of 23 files (includes 2 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.1.9'.
git tag v0.1.9 db9b0b0ff7776513521371f9b61e1d1e0dc8ea53; git push origin --tags
Files in the crates.io crate compared to the repository:
Cargo.toml.origdoes not match the repository.
Looked for the crate in
cortex-ai/. Fetchedhttps://github.com/intelliseek/cortex.gitdb9b0b0ff7776513521371f9b61e1d1e0dc8ea53.Checked on 2025-04-28
This check is experimental.
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 = ["data-processing", "conditional", "artificial-intelligence", "flow-component", "branch"](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.
cortex-sources
Failed to verify create's content against its repository
Verified 7 out of 8 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.1.0'.
git tag v0.1.0 db9b0b0ff7776513521371f9b61e1d1e0dc8ea53; git push origin --tags
Files in the crates.io crate compared to the repository:
Cargo.toml.origdoes not match the repository.
Looked for the crate in
cortex-sources/. Fetchedhttps://github.com/intelliseek/cortex.gitdb9b0b0ff7776513521371f9b61e1d1e0dc8ea53.Checked on 2024-11-17
Dependency flume ^0.11.1 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rdkafka ^0.36 is outdated
Upgrade to 0.39.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
loopkit-core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["compiler", "agent-skills", "state-machine", "config-parser", "validation"](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.