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.
bluez-generated
Latest stable release is old
It's been over 16 months. How did the experiment go? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"(or
"as-is","passively-maintained").If the crate is truly stable, why not make a 1.0.0 release?
vsock
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]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 = ["virtio", "sockets", "host"](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.
percore
Dependency spin 0.10.0 is outdated
Upgrade to 0.11.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.
dtoolkit
Imprecise dependency requirement indexmap = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
indexmap = "2.14.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.
gd32e2
Optional dependency 'cortex-m-rt' 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 'cortex-m-rt' may have been unintentional.
tokio-vsock
Dependency tonic 0.10 is significantly outdated
Upgrade to 0.14.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic 0.11 is significantly outdated
Upgrade to 0.14.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic 0.13 is significantly outdated
Upgrade to 0.14.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic 0.5 is significantly outdated
Upgrade to 0.14.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic 0.6 is significantly outdated
Upgrade to 0.14.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic 0.7 is significantly outdated
Upgrade to 0.14.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic 0.8 is significantly outdated
Upgrade to 0.14.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic 0.9 is significantly outdated
Upgrade to 0.14.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tonic 0.12 is outdated
Upgrade to 0.14.6 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 = ["network-programming"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["sockets", "virtio", "async", "tokio"](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.
fuchsia-zircon-sys
Latest prerelease is old
It's been over 22 months. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"(or
"as-is","passively-maintained").Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
Could not fetch repository
We've had trouble cloning git repo from
https://fuchsia\.googlesource\.com/At 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.
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 = ["zircon", "kernel", "ffi", "low-level"](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.
mxruntime
Incorrect dependency requirement magenta = 0.1
We could not parse it. Please check the semver syntax.
Cargo used to be more forgiving about the semver syntax, so it's possible that an already-published crate doesn't satisfy the current rules.
Incorrect dependency requirement magenta-sys = 0.1
We could not parse it. Please check the semver syntax.
Incorrect dependency requirement mxruntime-sys = 0.1
We could not parse it. Please check the semver syntax.
Dependency magenta 0.1 is slightly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency magenta-sys 0.1 is a bit outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["service", "run-time-bindings", "magenta", "startup", "handle"](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.
openlyrics
Dependency quick-xml 0.38.4 is significantly outdated
Upgrade to 0.40.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
fuchsia-zircon-sys, magenta, mxruntime, magenta-sys, mxruntime-sys
Latest stable release is old
It's been over 8 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"(or
"as-is","passively-maintained").
fuchsia-zircon-sys, magenta, mxruntime, magenta-sys, mxruntime-sys
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.
fuchsia-zircon-sys, magenta-sys, mxruntime-sys, android-rs, android-sys, android
README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.
anes
Dependency criterion 0.6.0 is significantly outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'bitflags' 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 'bitflags' may have been unintentional.
octopower
Dependency graphql_client 0.14.0 is outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.12.20 is outdated
Upgrade to 0.13.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
synopsys-dw-uart
Dependency safe-mmio 0.2.5 is outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
mxruntime-sys
Incorrect dependency requirement magenta-sys = 0.1
We could not parse it. Please check the semver syntax.
Could not fetch repository
We've had trouble cloning git repo from
https://fuchsia\.googlesource\.com/mxruntimeDependency magenta-sys 0.1 is a bit outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["service", "low-level", "run-time", "magenta", "run-time-bindings"](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.
arm-sysregs-xml
Dependency quick-xml 0.38.1 is significantly outdated
Upgrade to 0.40.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
enphase-local
Dependency reqwest 0.12.22 is outdated
Upgrade to 0.13.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
magenta-sys
Could not fetch repository
We've had trouble cloning git repo from
https://fuchsia\.googlesource\.com/magenta\-rsDependency bitflags 0.7.0 is significantly outdated
Upgrade to 2.11.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.Missing keywords
Help users find your crates. Add
keywords = ["kernel", "low-level", "ffi"](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.
magenta
Missing keywords
Help users find your crates. Add
keywords = ["bindings", "kernel", "syscalls", "type-safe", "fuchsia"](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.
magenta, mxruntime, magenta-sys, mxruntime-sys
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os"]to theCargo.toml.
psci
Latest stable release is old
It's been over 3 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"(or
"as-is","passively-maintained").
mijia-homie
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/mijia-homie ) failed. Please try again later.
android-sys
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.
android
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/deniskolodin/android\.git
arm-gic
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/arm-gic ) failed. Please try again later.
bluez-async
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bluez-async ) failed. Please try again later.
qbutton-pi
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/qbutton-pi ) failed. Please try again later.
cloudbbq-homie
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cloudbbq-homie ) failed. Please try again later.
lyricutils
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/lyricutils ) failed. Please try again later.
octo-influx
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/octo-influx ) failed. Please try again later.
enphase-influx
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/enphase-influx ) failed. Please try again later.
nrf52810-hal
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/nrf52810-hal ) failed. Please try again later.
mdbook-svgbob
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/mdbook-svgbob ) failed. Please try again later.
cloudbbq
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cloudbbq ) failed. Please try again later.
osdemo
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/osdemo ) failed. Please try again later.
i18n-report
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/i18n-report ) failed. Please try again later.
nrf52805-hal
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/nrf52805-hal ) failed. Please try again later.
gd32f1x0-hal
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gd32f1x0-hal ) failed. Please try again later.
homie-influx
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/homie-influx ) failed. Please try again later.
android-rs
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
applehat
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/applehat ) failed. Please try again later.
homie-controller
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/homie-controller ). Please try again later.
homie-device
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/homie-device ) failed. Please try again later.
lyrictool
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/lyrictool ) failed. Please try again later.
aarch64-rt
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/aarch64-rt ) failed. Please try again later.
mdbook-i18n-helpers
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/mdbook-i18n-helpers ) failed. Please try again later.
No issues found in: arm-sysregs android-chrono-tz command-fds include-first aarch64-paging arm-sysregs-json arm-pl061 virtio-drivers safe-mmio btsensor mijia rfbutton aarch64-esr-decoder smccc pl011-uart gd32f2 gd32f1 gd32e5 gd32e1 gd32c1
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.