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.
sourcepak
Dependency filebuffer 0.4.0 is a bit outdated
Consider upgrading to 1.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["compression"]
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 = ["archive", "directory", "format"]
(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.
lzham-alpha-sys
Published crate doesn't match its repository
Partially verified 78 files (includes 2 Cargo-generated).
Fetched
https://github.com/barnabwhy/lzham-alpha-sys.git
4fef6dc6fd7ec038a417e7b77a13c444763432ad.Fetched submodule
lzham_alpha
fromhttps://github.com/barnabwhy/lzham_alpha.git
a6ebd9cf4cdd6c138be8adf7639b3c6c9bc36060.Checked on 2024-08-04
This check is experimental.
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "lzham-alpha"
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.
Dependency bindgen 0.69.4 is outdated
Upgrade to 0.71.1 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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.