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.
hoard
Dependency serde_yaml 0.9 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency thiserror 1.0.40 is slightly outdated
Consider upgrading to 2.0.6 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 = ["filesystem"]
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 = ["backup", "configuration", "dotfiles", "config-file", "directory"]
(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.Optional dependency 'serde_yaml' 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 'serde_yaml' may have been unintentional.
bunny-api
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.215"
. 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.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency reqwest 0.11 is outdated
Consider upgrading to 0.12.9 to get all the fixes and improvements.
stardust
Failed to verify create's content against its repository
Verified 1 out of 3 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.1.0'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
- error: Manifest properties don't match: Existence of [lib] inconsistent: published=true; orig=false.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.lib.rs
not found.
Fetched
https://git.sr.ht/~shadow53/stardust
65fb6a39d0ab12ff7e627905066cdab543ebd6ca.Checked on 2024-07-24
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
Could not fetch repository
We've had trouble cloning git repo from
https://git\.sr\.ht/~shadow53/stardust
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.
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 = ["template-engine"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["stardust", "templating", "system"]
(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.
nebula_form
Dependency bytes 0.5 is significantly outdated
Upgrade to 1.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency urlencoding 1.0.0 is significantly outdated
Upgrade to 2.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency warp 0.2 is significantly outdated
Upgrade to 0.3.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nebula_status 0.1 is slightly outdated
Consider upgrading to 0.3.333 to get all the fixes and improvements.
nebula_status
Dependency bytes 0.5.4 is significantly outdated
Upgrade to 1.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper 0.13 is significantly outdated
Upgrade to 1.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency warp 0.2 is significantly outdated
Upgrade to 0.3.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency http 0.2 is outdated
Consider upgrading to 1.2.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
to theCargo.toml
.
open_cmd
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/shadow53/open\_cmd\.git
Dependency path-clean 0.1 is outdated
Upgrade to 1.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency which 4.2 is a bit outdated
Consider upgrading to 7.0.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["generate", "path", "command", "uri", "system"]
(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.
pty_closure
Dependency nix 0.23 is significantly outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["closures", "pseudo-terminal", "status"]
(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.
stardust, open_cmd, habitica-api
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
bunny-api, pty_closure, open_cmd, habitica-api
Dependency thiserror 1.0 is slightly outdated
Consider upgrading to 2.0.6 to get all the fixes and improvements.
nebula_form, nebula_status, nebula_email
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"
).If the crate is truly stable, why not make a 1.0.0 release?
habitica-api
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.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.
Dependency reqwest 0.11 is outdated
Consider upgrading to 0.12.9 to get all the fixes and improvements.
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"
).Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["api", "habitica", "reqwest", "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.
nebula_email
Dependency lettre 0.9.2 is significantly outdated
Upgrade to 0.11.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio 0.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency toml 0.5 is outdated
Upgrade to 0.8.19 to get all the fixes, and avoid causing duplicate dependencies in projects.
propus
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
wasat, alhena, taskguardian-server, taskguardian, tejat, taskguardian-client, bookcase, taskguardian-common, nebula
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
taskguardian-server, taskguardian, taskguardian-client, bookcase, taskguardian-common
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
accretion
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/accretion ). 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
.