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.
ropey
Latest prerelease is old
It's been over 6 months. 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"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
Failed to verify create's content against its repository
Partially verified 41 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
Fetched
https://github.com/cessen/ropey.git
taggedv2.0.0-alpha.2
(315cc8c12e2eb5c5909bef7f71e49a65d0518728).Checked on 2025-04-28
This check is experimental.
nucleo
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms", "text-processing", "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.
Missing keywords
Help users find your crates. Add
keywords = ["matcher", "nucleo", "pattern", "status", "fuzzy-matching"]
(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.
open-vaf
Dependency ahash 0.3.8 is significantly outdated
Upgrade to 0.8.11 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 annotate-snippets 0.8.0 is significantly outdated
Upgrade to 0.11.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency beef 0.4.4 is significantly outdated
Upgrade to 0.5.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency fixedbitset 0.3.0 is significantly outdated
Upgrade to 0.5.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency float-cmp 0.8.0 is significantly outdated
Upgrade to 0.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency logos 0.11.4 is significantly outdated
Upgrade to 0.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency parking_lot 0.10.2 is significantly outdated
Upgrade to 0.12.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pretty_assertions 0.6.1 is significantly outdated
Upgrade to 1.4.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 bitflags 1.2.1 is outdated
Upgrade to 2.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency indexmap 1.4.0 is outdated
Upgrade to 2.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency more-asserts 0.2.1 is a bit outdated
Consider upgrading to 0.3.1 to get all the fixes and improvements.
Dependency rustc-hash 1.1.0 is a bit outdated
Consider upgrading to 2.1.0 to get all the fixes and improvements.
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 = ["graph", "open-vaf", "modeling", "folding", "modelling"]
(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.
nucleo-matcher
Published crate doesn't match its repository
Partially verified 23 files (includes 2 Cargo-generated).
Looked for the crate in
matcher/
. Fetchedhttps://github.com/helix-editor/nucleo.git
355938f0eeeeec040c02b93b8105aa508e6922b5.Checked on 2024-08-04
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["nucleo", "matcher", "fuzzy-matching"]
(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.
tree-house
Dependency unicode-width =0.1.12 is significantly outdated
Upgrade to 0.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Locked dependency version unicode-width =0.1.12
This can easily cause a dependency resolution conflict. If you must work around a semver-breaking dependency that can't be yanked, use a range of versions or fork it.
Imprecise dependency requirement arc-swap = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
arc-swap = "1.7.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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["tree-sitter", "highlighter", "tree-house"]
(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.
open-vaf, verilog-arc, verilogae_util
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?
tree-house-bindings
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["tree-house", "tree-sitter", "tree-house-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.
helix-crossterm
Published crate doesn't match its repository
Partially verified 75 files (includes 2 Cargo-generated).
Fetched
https://github.com/helix-editor/crossterm.git
f49f44b2fc5957eaf6f3ffba03bded7d213742f1.Checked on 2025-04-08
Dependency derive_more 1.0.0 is outdated
Upgrade to 2.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustix 0.38.36 is outdated
Upgrade to 1.0.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'filedescriptor' 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 'filedescriptor' may have been unintentional.
imara-diff
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-interface"]
to theCargo.toml
.
verilog-arc
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["arc", "verilog", "open-vaf", "project"]
(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.
tenthash
Dependency criterion 0.3.6 is outdated
Upgrade to 0.5.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
verilogae_util
Dependency numpy 0.13 is significantly outdated
Upgrade to 0.24.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pyo3 0.13 is significantly outdated
Upgrade to 0.24.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Buggy README path
The non-local path to readme specified as
\.\./README\.md
exposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["verilog-ae", "verilogae-util", "verilogae"]
(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.
tree-house-highlighter
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2025-02-16
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["highlighter", "tree-house-highlighter", "house", "tree-house", "tree-sitter"]
(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.No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
verilogae_util, moonwalk, moon-walk
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.
moonwalk
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.
moon-walk
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
No issues found in: regex-cursor termini
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.