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.
librsync
Dependency clippy < 1 has issues
It may not be actively developed any more. Consider changing the dependency.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.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.
ruplicity
Incorrect dependency requirement clippy = *
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.
Dependency byteorder 0.4 is significantly outdated
Upgrade to 1.5.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 clippy * has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency flate2 0.2 is significantly outdated
Upgrade to 1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency regex 0.1 is significantly outdated
Upgrade to 1.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tabwriter 0.1 is significantly outdated
Upgrade to 1.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tar 0.3 is significantly outdated
Upgrade to 0.4.44 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 time 0.1 is significantly outdated
Upgrade to 0.3.38 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency try_opt 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Latest stable release is old
It's been over 9 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?
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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["filesystem"]
to theCargo.toml
.
librsync-sys
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "rsync"
to crate'sCargo.toml
to avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.This is also needed to protect your crate from duplicate older versions of itself. C symbols are global, and duplicate symbols can cause all sorts of breakage.
Latest stable release is old
It's been over 4 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"
).License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.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 = ["librsync", "delta", "bindings", "networking", "stream"]
(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.
ruplicity-console
Incorrect dependency requirement clippy = *
We could not parse it. Please check the semver syntax.
Dependency ansi_term 0.7 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency clap 1.5 is significantly outdated
Consider upgrading to 4.5.31 to get all the fixes and improvements.
Dependency clippy * has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency log 0.3 is significantly outdated
Consider upgrading to 0.4.26 to get all the fixes and improvements.
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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["filesystem"]
to theCargo.toml
.
ruplicity-fuse
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/ruplicity-fuse ). 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
.