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.
rs-car-ipfs
Dependency async-std 1 has issues
It may not be actively developed any more. Consider changing the dependency.
Imprecise dependency requirement async-std = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
async-std = "1.13.0"
. IfCargo.lock
ends 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-versions
flag, 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-versions
Cargo 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 = ["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.
Optional dependency 'async-std' 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 'async-std' may have been unintentional.
rs-car
Published crate doesn't match its repository
Partially verified 47 files (includes 3 Cargo-generated).
- error: Repository had submodule with an invalid or unsupported path: 'rust-ipfs'
- File a bug https://gitlab.com/lib.rs/main if you think it should work
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/dapplion/rs-car.git
taggedv5.0.0
(263c76294ffe501b8be41389de806633a5f1d50d).Checked on 2025-03-15
This check is experimental.
- error: Repository had submodule with an invalid or unsupported path: 'rust-ipfs'
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.
tcp-snooper
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency async-std 1.12.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency colored 2.0.0 is a bit outdated
Consider upgrading to 3.0.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.Dependency env_logger 0.10.0 is outdated
Consider upgrading to 0.11.8 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Missing keywords
Help users find your crates. Add
keywords = ["connection", "target", "connections"]
(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.
No issues found in: beacon-metrics-gazer
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.