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.
lazy-regex
Optional dependency 'regex-lite' 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 'regex-lite' may have been unintentional.
termimad
Dependency unicode-width 0.1.11 is a bit outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
termimad, terminal-light, glassbench, codesort, xterm-query
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 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.
deser-hjson
Dependency glassbench 0.3.5 is outdated
Consider upgrading to 0.4.4 to get all the fixes and improvements.
crokey
Needs to specify correct MSRV
We estimate that this crate requires at least Rust 1.69, but specified Rust 1.56 as the minimum version. Add
rust-version = "1.69"
to theCargo.toml
.
terminal-light
Failed to verify create's content against its repository
Verified 17 out of 18 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit f3e603594ba77c1d6a4c7fc741e16fc4759b10a0, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.
Fetched
https://github.com/canop/terminal-light.git
cafa4f1474155357523cdbb8f31e9c36135cf2ec.Checked on 2024-10-19
This check is experimental.
- warning: Crate tarball has been published from the commit f3e603594ba77c1d6a4c7fc741e16fc4759b10a0, which is not in the repository.
bacon
Dependency gix 0.67 is significantly outdated
Upgrade to 0.70.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency notify 7.0 is significantly outdated
Upgrade to 8.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency vte 0.8 is significantly outdated
Upgrade to 0.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement rustc-hash = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
rustc-hash = "2.1.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.Optional dependency 'rodio' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'rodio', 'arboard' may have been unintentional.
safecloset
Dependency argh =0.1.12 is significantly outdated
Consider upgrading to 0.1.13 to get all the fixes and improvements.
Dependency cli-log =2.0.0 is significantly outdated
Consider upgrading to 2.1.0 to get all the fixes and improvements.
Dependency crokey 0.4.3 is significantly outdated
Consider upgrading to 1.1.0 to get all the fixes and improvements.
Dependency crossbeam =0.8.1 is significantly outdated
Consider upgrading to 0.8.4 to get all the fixes and improvements.
Dependency log =0.4.14 is significantly outdated
Consider upgrading to 0.4.26 to get all the fixes and improvements.
Dependency rand =0.8.4 is significantly outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency rmp-serde =0.15.5 is significantly outdated
Consider upgrading to 1.3.0 to get all the fixes and improvements.
Dependency termimad =0.26.1 is significantly outdated
Consider upgrading to 0.31.2 to get all the fixes and improvements.
Dependency thiserror =1.0.26 is significantly outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Dependency unicode-width =0.1.10 is significantly outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency rust-argon2 =0.8.3 is outdated
Consider upgrading to 2.1.0 to get all the fixes and improvements.
Needs to specify correct MSRV
We estimate that this crate requires at least Rust 1.62, but specified Rust 1.59 as the minimum version. Add
rust-version = "1.62"
to theCargo.toml
.Optional dependency 'terminal-clipboard' 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 'terminal-clipboard' may have been unintentional.
whalespotter
Failed to verify create's content against its repository
Verified 2 out of 12 files (includes 2 Cargo-generated).
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- 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=false; orig=true.
- error: Manifest properties don't match: package.build: crates.io=<unset>, orig=build.rs.
- If you have a monorepo, you can use git tags in format
cratename/v1.0.0
- If you have a monorepo, you can use git tags in format
Files in the crates.io crate compared to the repository:
LICENSE
does not match the repository.README.md
does not match the repository.Cargo.toml.orig
does not match the repository..gitignore
does not match the repository.Cargo.lock
does not match the repository.screen.png
not found.src/
computer.rs
not found.screen.rs
not found.file_info.rs
not found.main.rs
does not match the repository.
Fetched
https://github.com/canop/broot.git
bfe004877f862e4ce83d549ff4b15a6b571aa62e.Checked on 2024-07-28
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Dependency crossbeam 0.7 is significantly outdated
Consider upgrading to 0.8.4 to get all the fixes and improvements.
Dependency crossterm 0.17.7 is significantly outdated
Consider upgrading to 0.28.1 to get all the fixes and improvements.
Dependency termimad =0.9.1 is significantly outdated
Consider upgrading to 0.31.2 to get all the fixes and improvements.
Dependency open 1.3.1 is outdated
Consider upgrading to 5.3.0 to get all the fixes and improvements.
secular
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.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"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
xterm-query
Failed to verify create's content against its repository
Verified 6 out of 10 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit 0f8a0b66edb484c9053132a5c7f84397255474ad, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.main.rs
does not match the repository.src/
error.rs
does not match the repository.lib.rs
does not match the repository.
Fetched
https://github.com/canop/xterm-query.git
9055868a605c2606ac79009da67cd5b7673db2fa.Checked on 2024-10-19
- warning: Crate tarball has been published from the commit 0f8a0b66edb484c9053132a5c7f84397255474ad, which is not in the repository.
csv2svg
Dependency svg 0.16 is significantly outdated
Upgrade to 0.18.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency directories 5 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency open 1.1 is outdated
Upgrade to 5.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science"]
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.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.63, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
resc
Dependency env_logger 0.5.13 is significantly outdated
Consider upgrading to 0.11.6 to get all the fixes and improvements.
Dependency reqwest 0.9 is significantly outdated
Consider upgrading to 0.12.12 to get all the fixes and improvements.
Dependency deser-hjson 1.1.0 is outdated
Consider upgrading to 2.2.0 to get all the fixes and improvements.
Dependency redis 0.21.2 is outdated
Consider upgrading to 0.29.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["task-queue", "redis-queue", "task-scheduling", "worker", "events"]
(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.Published crate contains binary files
The crate contains binary files (JAR file). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
broot
Dependency opener 0.6 is significantly outdated
Upgrade to 0.7.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strict 0.1.4 is significantly outdated
Upgrade to 0.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syntect-no-panic 6.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency base64 0.21 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency directories 4.0 is outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lfs-core 0.11.0 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lru 0.12 is a bit outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Dependency resvg 0.44 is outdated
Upgrade to 0.45.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency trash 3.1.2 is outdated
Upgrade to 5.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency unicode-width 0.1.10 is a bit outdated
Consider upgrading to 0.2.0 to get all the fixes and improvements.
Dependency which 4.4.0 is a bit outdated
Consider upgrading to 7.0.2 to get all the fixes and improvements.
Imprecise dependency requirement rustc-hash = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
rustc-hash = "2.1.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.Optional dependency 'terminal-clipboard' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'terminal-clipboard', 'xterm-query' may have been unintentional.
starry
Dependency termimad 0.27 is significantly outdated
Upgrade to 0.31.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 29 out of 36 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit 9e5216ffe1c2f6348767f89eb93e59b6f786075a, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.lock
does not match the repository.Cargo.toml.orig
does not match the repository.rustfmt.toml
does not match the repository.fmt.sh
not found.progress.rs
not found.mod.rs
does not match the repository.db.rs
does not match the repository.change_report.rs
does not match the repository.
Fetched
https://github.com/canop/starry.git
0e4e36ed3bfa1a07d1f4624d43745e81082cbc49.Checked on 2024-07-28
- warning: Crate tarball has been published from the commit 9e5216ffe1c2f6348767f89eb93e59b6f786075a, which is not in the repository.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.43.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science"]
to theCargo.toml
.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.62, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
mazter
Dependency clap 3.2.1 is significantly outdated
Consider upgrading to 4.5.31 to get all the fixes and improvements.
Dependency directories 4.0 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
dysk-cli, kidding, keybindings-example, crokey-proc_macros, domus
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.
terminal-clipboard
Dependency x11-clipboard 0.8.1 is significantly outdated
Upgrade to 0.9.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency clipboard-win 4.0.3 is outdated
Upgrade to 5.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.
glassbench
Dependency base64 0.13 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency open 1.1 is outdated
Upgrade to 5.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rusqlite 0.32 is outdated
Upgrade to 0.33.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 39 out of 41 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit c1de5f2daf7af2b96508b2f7d44322ec173e790d, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.CHANGELOG.md
does not match the repository.Cargo.toml.orig
does not match the repository.
Fetched
https://github.com/canop/glassbench.git
1d280ba01048658b601234720be6c8a702e5930d.Checked on 2025-01-12
- warning: Crate tarball has been published from the commit c1de5f2daf7af2b96508b2f7d44322ec173e790d, which is not in the repository.
dysk
Dependency toml 0.7 is significantly outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
lfs
Dependency toml 0.7 is significantly outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 18 out of 20 files (includes 3 Cargo-generated).
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.Cargo.toml.orig
does not match the repository.Cargo.lock
does not match the repository.
Fetched
https://github.com/canop/dysk.git
taggedv2.10.0
(15a3173b60fffebea5f0fb17ac95c7fa81e3dea3).Checked on 2025-01-05
- warning: Could not find Cargo.toml for this package in its repo (via tags).
dysk-cli
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/canop/dysk\.git
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.
Dependency termimad 0.30 is outdated
Upgrade to 0.31.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["filesystem", "command-line-utilities"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["filesystem", "information", "cli", "dysk", "utility"]
(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.
backdown
Dependency termimad 0.30 is outdated
Upgrade to 0.31.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["filesystem"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["duplicates", "deduplicate", "disk", "remove", "removal"]
(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.
yaml-patcher, have, anolog
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
locmess
Dependency cli-log 1.2 is significantly outdated
Upgrade to 2.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency crossterm 0.19.0 is significantly outdated
Upgrade to 0.28.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency minimad 0.7.0 is significantly outdated
Upgrade to 0.13.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency termimad 0.10.0 is significantly outdated
Upgrade to 0.31.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency git2 0.13 is outdated
Upgrade to 0.20.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency phf 0.8 is significantly outdated
Upgrade to 0.11.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["mathematics"]
to theCargo.toml
.
clima
Dependency clap 2.33 is outdated
Consider upgrading to 4.5.31 to get all the fixes and improvements.
Dependency lazy-regex 2.2.2 is outdated
Consider upgrading to 3.4.0 to get all the fixes and improvements.
Dependency reqwest 0.11.9 is outdated
Consider upgrading to 0.12.12 to get all the fixes and improvements.
kidding
Dependency crossterm 0.16 is significantly outdated
Consider upgrading to 0.28.1 to get all the fixes and improvements.
Dependency rand 0.7 is significantly outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.57, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
dysk-cli, lazy-regex-proc_macros, crokey-proc_macros
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
print_key
Dependency crokey 0.6.1 is significantly outdated
Consider upgrading to 1.1.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["key-bindings", "command-line-interface", "terminal", "combinations", "applications"]
(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.
cli-log
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["config"]
to theCargo.toml
.
kind
Dependency sqlx 0.7 is outdated
Upgrade to 0.8.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency utoipa 4.2 is a bit outdated
Consider upgrading to 5.3.0 to get all the fixes and improvements.
rhit
Dependency itertools 0.13 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency termimad 0.30 is outdated
Upgrade to 0.31.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
umask
Dependency thiserror 1.0.40 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
iq
Imprecise dependency requirement lazy-regex = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
lazy-regex = "3.4.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.
yaml-patcher
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 keywords
Help users find your crates. Add
keywords = ["yaml", "patch", "patch-file", "value", "change"]
(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.
byo-graphql
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.43.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
to theCargo.toml
.
rhit, resc, byo-graphql, proc-status, locmess, syntect-no-panic
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
strict
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["data-structures"]
to theCargo.toml
.
crokey-proc_macros
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/canop/crokey\.git
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.99 to get all the fixes, and avoid causing duplicate dependencies in projects.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.63, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
keybindings-example
Dependency crokey 0.6.3 is significantly outdated
Consider upgrading to 1.1.0 to get all the fixes and improvements.
Dependency toml 0.5 is outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
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 = ["key-bindings", "configuration", "config-file", "deserialize", "cross-platform"]
(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.
file-size, have, termux-clipboard, domus
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"
).
file-size
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]
to theCargo.toml
.
squale
Dependency image 0.24 is outdated
Consider upgrading to 0.25.5 to get all the fixes and improvements.
lazy-regex-proc_macros
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/canop/lazy\-regex\.git
char_reader, yaml-patcher, proc-status, anolog, locmess
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"
).If the crate is truly stable, why not make a 1.0.0 release?
char_reader
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.
anolog
Dependency lazy-regex 1.1 is significantly outdated
Consider upgrading to 3.4.0 to get all the fixes and improvements.
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
kind_proc
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/wingbackapp/kind\.git
Dependency darling 0.14 is significantly outdated
Upgrade to 0.20.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.99 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.
fediback
Dependency reqwest 0.10 is significantly outdated
Consider upgrading to 0.12.12 to get all the fixes and improvements.
Dependency lazy-regex 2.3 is outdated
Consider upgrading to 3.4.0 to get all the fixes and improvements.
Dependency termimad 0.20.4 is outdated
Consider upgrading to 0.31.2 to get all the fixes and improvements.
proc-status
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os::unix-apis"]
to theCargo.toml
.
lfs-core
Dependency snafu 0.7 is outdated
Upgrade to 0.8.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 14 out of 17 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 347f9fdf70be1f92e510f19d02357486f01ec676, which is not in the repository.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.src/
label.rs
does not match the repository.mount.rs
does not match the repository.
Fetched
https://github.com/canop/lfs-core.git
49bf6f26e6312b173af159071b4489f9dcaba9a0.Checked on 2024-12-21
- warning: Crate tarball has been published from the commit 347f9fdf70be1f92e510f19d02357486f01ec676, which is not in the repository.
have
Missing keywords
Help users find your crates. Add
keywords = ["fun", "chain", "call"]
(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.
syntect-no-panic
Dependency bitflags 1.0.4 is outdated
Upgrade to 2.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency fancy-regex 0.11 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
No issues found in: clap-help syntect-5-no-panic bet flex-grow splitty minimad
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.