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.
ufotofu
Missing keywords
Help users find your crates. Add
keywords = ["data-stream", "sequences", "producing", "error", "consuming"]
(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.
ufotofu, p2panda-net, p2panda-sync, p2panda-discovery, golgi, vnstat_parse
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.
ufotofu_queues
Failed to verify create's content against its repository
Verified 7 out of 11 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Crate tarball has been published from the commit a515771e27a81cf02c1b823cf1a1ede5895e3536, 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: Could not discover crate's location in its repository (via tags).
- warning: There is no matching git tag containing version '0.6.0'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.src/
fixed.rs
does not match the repository.static_.rs
not found.lib.rs
does not match the repository.
Fetched
https://github.com/worm-blossom/ufotofu_queues.git
a119eba7d3b2a89ac1a0cafb451867c1041dea0a.Checked on 2024-12-01
This check is experimental.
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 = ["queue", "non-blocking", "infallible", "bulk", "ring-buffer"]
(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.
p2panda-blobs
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency iroh-blobs 0.28.1 is outdated
Upgrade to 0.31.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.
p2panda-net
Dependency iroh-gossip 0.28.1 is outdated
Upgrade to 0.31.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency iroh-quinn 0.12.0 is a bit outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency netwatch 0.2.0 is outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
p2panda-core
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]
to theCargo.toml
.
golgi
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.217"
. 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.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.
Dependency base64 0.13.0 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
p2panda-core, p2panda-net, p2panda-sync, p2panda-stream
Dependency thiserror 1.0.63 is a bit outdated
Consider upgrading to 2.0.11 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.
p2panda-store
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["store", "traits", "log", "operation", "p2panda"]
(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.
p2panda-net, p2panda-blobs, p2panda-discovery
Dependency iroh-base 0.28.0 is outdated
Upgrade to 0.31.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
ssb-bfe-rs
Dependency phf 0.10.0 is significantly outdated
Upgrade to 0.11.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency base64 0.13 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency indexmap 1.7.0 is outdated
Upgrade to 2.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ssb-uri-rs 0.1.3 is slightly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]
to theCargo.toml
.
p2panda-stream
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.
p2panda-discovery
Dependency netwatch 0.2.0 is outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
ssb-uri-rs
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.
ssb-uri-rs, vnstat_parse, ssb-bfe-rs
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"
).If the crate is truly stable, why not make a 1.0.0 release?
vnstat_parse
Missing keywords
Help users find your crates. Add
keywords = ["output", "traffic", "month", "today", "parse"]
(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
.