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.
cargo-feature-scope
Dependency toml ^0.9 is significantly outdated
Consider upgrading to 1.1.0+spec-1.1.0 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i; Also check out Dependabot service on GitHub.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::cargo-plugins"]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 = ["cargo-workspace", "helper", "control", "required", "cross-package"](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.
gpio_monitor
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-06-27
This check is experimental.
Dependency flume ^0.11 is a bit outdated
Consider upgrading to 0.12.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency ratatui ^0.29 is outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Dependency rmodbus ^0.10 is outdated
Consider upgrading to 0.12.2 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["embedded"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["gpio", "monitor", "embedded", "pinout", "aiding"](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.
ichika
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Dependency async-std ^1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency flume ^0.11 is a bit outdated
Consider upgrading to 0.12.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["thread-pool", "communicate", "pipe", "automatic", "construct"](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.
hifumi
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["serialization", "different-versions", "between-different", "migrating", "data"](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.
cargo-feature-scope, hifumi, feature-scope, ichika, tairitsu-macros, feature-scope-macros, yuuka-macros, hifumi-macros, ichika-macros, celestia
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
cargo-feature-scope, hifumi, gpio_monitor, feature-scope, yuuka, ichika, feature-scope-macros, yuuka-macros, hifumi-macros, ichika-macros
Imprecise dependency requirement anyhow = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.102". 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.
tairitsu-macros
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.
hifumi, yuuka, ichika, yuuka-macros, hifumi-macros, ichika-macros
Dependency derive_more ^1 is outdated
Upgrade to 2.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
yuuka
Dependency strum ^0.26 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
akivili
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
yuuka-macros
Dependency strum ^0.26 is outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
celestia
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
It's OK if you intend to publish this project in the near future. Keep in mind that even if you have good intentions, things may not go as planned. crates.io won't reclaim abandoned crates, so reserving good names may end up wasting the good names.
tairitsu
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/tairitsu ) failed. Please try again later.
aoba
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/aoba ) failed. Please try again later.
No issues found in: aoba_protocol aoba_ci_utils
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.