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.
kodegend_client_ipc
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]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.
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.
Failed to verify create's content against its repository
Verified 22 out of 30 files (includes 2 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: Number of [[bin]] inconsistent; published=0; orig=1; ed=Set(E2024).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.README.mddoes not match the repository.Cargo.toml.origdoes not match the repository.src/connection.rsnot found.lib.rsdoes not match the repository.protocol.rsnot found.windows_pipe.rsnot found.error.rsnot found.
Fetched
https://github.com/cyrup-ai/kodegend.gittaggedv0.10.10(96d1eb5f84a768a69961f2b89d91a5c488337dc2).Checked on 2026-01-04
This check is experimental.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Missing keywords
Help users find your crates. Add
keywords = ["cross-platform", "ipc", "daemon", "named-pipe", "kodegend"](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.
kodegen_mcp_client
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.docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()flags just for docs.rs and use them to hide problematic code.Dependency reqwest 0.12 is outdated
Upgrade to 0.13.1 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 rmcp 0.11 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sysinfo 0.37 is outdated
Upgrade to 0.38.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
sugars_async_task
Failed to verify create's content against its repository
Verified 6 out of 8 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 3bc01e02d8349499b9a3f559c236fa939e12baff, 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.
- error: Manifest properties don't match: package.version.
Files in the crates.io crate compared to the repository:
Cargo.locknot found.Cargo.toml.origdoes not match the repository.
Looked for the crate in
packages/async_task/. Fetchedhttps://github.com/cyrup-ai/cyrup-sugars.gitb371ddbed12a1b9d704cd46dc65af257d996f987.Checked on 2025-10-31
- warning: Crate tarball has been published from the commit 3bc01e02d8349499b9a3f559c236fa939e12baff, which is not in the repository.
Optional dependency 'parking_lot' 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 'parking_lot' may have been unintentional.
sugars_collections
Dependency hashbrown 0.15 is significantly outdated
Upgrade to 0.16.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement serde_json = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde_json = "1.0.149". 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.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 the commit 5db92f0bdd145fc1c73f947ac46f0a9a04593330, 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.
- error: Manifest properties don't match: package.version.
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Looked for the crate in
packages/collections/. Fetchedhttps://github.com/cyrup-ai/cyrup-sugars.gita7635f55d48ca66cc55ab4f96aebaa5c4ef9060e.Checked on 2025-10-31
- warning: Crate tarball has been published from the commit 5db92f0bdd145fc1c73f947ac46f0a9a04593330, which is not in the repository.
cyrup_release
Dependency which 7.0 is significantly outdated
Upgrade to 8.0.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 fixedbitset 0.4 is outdated
Upgrade to 0.5.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency petgraph 0.6 is outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toml 0.8 is outdated
Upgrade to 0.9.11+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toml_edit 0.23.3 is a bit outdated
Consider upgrading to 0.24.0+spec-1.1.0 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 26 out of 34 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 3bc01e02d8349499b9a3f559c236fa939e12baff, 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.
- error: Manifest properties don't match: package.version.
Files in the crates.io crate compared to the repository:
Cargo.locknot found.Cargo.toml.origdoes not match the repository.error.rsdoes not match the repository.src/git/operations.rs.oldnot found.operations.rsdoes not match the repository.
publisher.rsdoes not match the repository.src/workspace/dependency.rsdoes not match the repository.validator.rsdoes not match the repository.
Looked for the crate in
packages/cyrup_release/. Fetchedhttps://github.com/cyrup-ai/cyrup-sugars.git49bfce1876e1e1df3d4c025f528bc9cbc8b53ac7.Checked on 2025-10-31
- warning: Crate tarball has been published from the commit 3bc01e02d8349499b9a3f559c236fa939e12baff, which is not in the repository.
cyrup_termcolor
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-interface", "algorithms"]to theCargo.toml.
yyaml
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-10-31
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/cyrup\-ai/cyrun\.gitAt the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
sugars_gix
Failed to verify create's content against its repository
Verified 5 out of 7 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit a7635f55d48ca66cc55ab4f96aebaa5c4ef9060e, 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.
- error: Manifest properties don't match: package.version.
Files in the crates.io crate compared to the repository:
Cargo.locknot found.gix_hashtable.rsdoes not match the repository.
Looked for the crate in
packages/gix/. Fetchedhttps://github.com/cyrup-ai/cyrup-sugars.git150c82d94e74031d31f8ec3c64fad169a2eb2c69.Checked on 2025-08-17
- warning: Crate tarball has been published from the commit a7635f55d48ca66cc55ab4f96aebaa5c4ef9060e, which is not in the repository.
Dependency hashbrown 0.15.4 is significantly outdated
Upgrade to 0.16.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gix-hash 0.18.0 is outdated
Upgrade to 0.22.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
kodegend_protocol_ipc
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.Failed to verify create's content against its repository
Verified 22 out of 26 files (includes 2 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: Number of [[bin]] inconsistent; published=0; orig=1; ed=Set(E2024).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.Cargo.toml.origdoes not match the repository.README.mddoes not match the repository.lib.rsdoes not match the repository.
Fetched
https://github.com/cyrup-ai/kodegend.gittaggedv0.10.9(67b5a92cbe4c9cf0005e72ceb89cd32e883efc8d).Checked on 2026-01-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 = ["network-programming"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["wire-protocols", "ipc", "kodegend", "daemon", "kodegen"](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.
sugars_macros
Failed to verify create's content against its repository
Verified 7 out of 8 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 5db92f0bdd145fc1c73f947ac46f0a9a04593330, 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.
- error: Manifest properties don't match: package.version.
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Looked for the crate in
packages/macros/. Fetchedhttps://github.com/cyrup-ai/cyrup-sugars.gita7635f55d48ca66cc55ab4f96aebaa5c4ef9060e.Checked on 2025-10-31
- warning: Crate tarball has been published from the commit 5db92f0bdd145fc1c73f947ac46f0a9a04593330, which is not in the repository.
Dependency hashbrown 0.15 is significantly outdated
Upgrade to 0.16.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
kodegen_mcp_schema_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 2026-01-04
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.114". 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.
kodegend
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegend ) failed. Please try again later.
kodegen_tools_sequential_thinking
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_sequential_thinking ) failed. Please try again later.
kodegen_tools_introspection
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/kodegen_tools_introspection ). Please try again later.
kodegen_tools_config
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_config ) failed. Please try again later.
kodegen_tools_prompt
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_prompt ) failed. Please try again later.
kodegen_tools_process
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_process ) failed. Please try again later.
kodegen_bundler_bundle
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_bundler_bundle ) failed. Please try again later.
kodegen_server_http
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_server_http ) failed. Please try again later.
kodegen_config_manager
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_config_manager ) failed. Please try again later.
kodegen
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen ) failed. Please try again later.
kodegen_native_notify
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_native_notify ) failed. Please try again later.
kodegen_claude_agent
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_claude_agent ) failed. Please try again later.
kodegen_native_permissions
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/kodegen_native_permissions ). Please try again later.
kodegen_bundler_sign
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_bundler_sign ) failed. Please try again later.
kodegen_bundler_autoconfig
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_bundler_autoconfig ) failed. Please try again later.
cylo
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cylo ) failed. Please try again later.
kgls
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kgls ) failed. Please try again later.
kodegen_simd
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_simd ) failed. Please try again later.
kodegen_mcp_schema
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_mcp_schema ) failed. Please try again later.
kodegen_bundler_release
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_bundler_release ) failed. Please try again later.
kodegen_tools_database
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_database ) failed. Please try again later.
kodegen_bash_shell
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_bash_shell ) failed. Please try again later.
kodegen_utils
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_utils ) failed. Please try again later.
kodegen_mcp_tool
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_mcp_tool ) failed. Please try again later.
kodegen_bundler_install
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_bundler_install ) failed. Please try again later.
kodegen_tools_claude_agent
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_claude_agent ) failed. Please try again later.
kodegen_daemon
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_daemon ) failed. Please try again later.
kodegen_mcp_server_core
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_mcp_server_core ) failed. Please try again later.
kodegen_tools_browser
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_browser ) failed. Please try again later.
sugars_llm
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sugars_llm ) failed. Please try again later.
cyrup_sugars
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cyrup_sugars ) failed. Please try again later.
sugars_async_stream
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sugars_async_stream ) failed. Please try again later.
sugars_builders
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/sugars_builders ) failed. Please try again later.
kodegen_candle_agent
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_candle_agent ) failed. Please try again later.
kodegen_tools_terminal
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_terminal ) failed. Please try again later.
kodegen_tools_citescrape
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_citescrape ) failed. Please try again later.
kodegen_tools_github
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_github ) failed. Please try again later.
kodegen_tools_git
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_git ) failed. Please try again later.
kodegen_tools_filesystem
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_filesystem ) failed. Please try again later.
kodegen_tools_reasoner
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kodegen_tools_reasoner ) failed. Please try again later.
kodegen_config
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/kodegen_config ). Please try again later.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.