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.
elkai-rs
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms"]
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.
bili-live, skymask-rs, whiledb
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
skymask-rs
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.Dependency ordered-float 4.6.0 is outdated
Upgrade to 5.0.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 shapefile 0.6.0 is a bit outdated
Consider upgrading to 0.7.0 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 = ["skymask-rs", "skymask", "polyhedra"]
(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.
bflib
Published crate doesn't match its repository
Partially verified 5 files (includes 2 Cargo-generated).
Looked for the crate in
bflib/
. Fetchedhttps://github.com/hellowhatas/brainfuck.git
6ef484d8188f785b4e22af8ea5ea04f22707ce69.Checked on 2024-07-24
This check is experimental.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["brainfuck", "macro", "bflib"]
(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.
bili-live
Dependency ratatui 0.27.0 is significantly outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
Dependency rsa 0.6.0 is significantly outdated
Consider upgrading to 0.9.8 to get all the fixes and improvements.
Dependency base64 0.13.0 is outdated
Consider upgrading to 0.22.1 to get all the fixes and improvements.
Dependency dirs 5.0.1 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency image 0.24.7 is outdated
Consider upgrading to 0.25.6 to get all the fixes and improvements.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Dependency scraper 0.19.1 is outdated
Consider upgrading to 0.23.1 to get all the fixes and improvements.
Dependency viuer 0.6 is outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.44.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 keywords
Help users find your crates. Add
keywords = ["live", "bili-live", "bili", "com-video-bv1i-hbue-d-eaw", "binarys"]
(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.
whiledb
Dependency colored 2.1.0 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["whiledb", "language", "state"]
(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.
bflib_proc_macro
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.Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
nom_learn
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
It's OK if you intend to publish this project in the near future. Keep in mind that even if you have good intentions, things may not go as planned. crates.io won't reclaim abandoned crates, so reserving good names may end up wasting the good names.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.