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.
bet
Failed to verify create's content against its repository
Verified 10 out of 14 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit 5c8e3e8a732a6ce978a550894d3d73140fdfbd52, 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.locknot found.Cargo.toml.origdoes not match the repository.src/lib.rsdoes not match the repository.test_paths.rsnot found.be_tree.rsdoes not match the repository.
Fetched
https://github.com/canop/bet.gitd4ee57a5a0b0241e11c0f23b9afc31e526b37505.Checked on 2025-11-09
This check is experimental.
- warning: Crate tarball has been published from the commit 5c8e3e8a732a6ce978a550894d3d73140fdfbd52, which is not in the repository.
clima
Dependency clap ^2.33 is significantly outdated
Consider upgrading to 4.6.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.Dependency lazy-regex ^2.2.2 is significantly outdated
Consider upgrading to 3.6.0 to get all the fixes and improvements.
Published crate doesn't match its repository
Partially verified 18 files (includes 2 Cargo-generated).
Fetched
https://github.com/canop/clima.git291800b4a3f5938def15c8f9256f37c57c3efc47.Checked on 2024-12-15
Dependency termimad ^0.31.1 is outdated
Consider upgrading to 0.35.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.70, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --editionand 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.
mazter
Dependency clap ^3.2.1 is significantly outdated
Consider upgrading to 4.6.0 to get all the fixes and improvements.
Dependency directories ^4.0 is significantly outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency termimad ^0.34 is outdated
Consider upgrading to 0.35.1 to get all the fixes and improvements.
Dependency whoami ^1.2 is outdated
Consider upgrading to 2.1.0 to get all the fixes and improvements.
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.
xterm-query
Dependency windows-sys ^0.59 is significantly outdated
Upgrade to 0.61.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
terminal-light, xterm-query, byo-graphql
Dependency thiserror ^1.0 is outdated
Upgrade to 2.0.19 to get all the fixes, and avoid causing duplicate dependencies in projects.
iq
Imprecise dependency requirement lazy-regex = ^3
Cargo does not always pick latest versions of dependencies! Specify the version as
lazy-regex = "3.6.0". IfCargo.lockends 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-versionsflag, 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-versionsCargo option, because it's very easy to accidentally use a feature added in a later version.
yaml-patcher, have, anolog
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]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.
kindest
Published crate doesn't match its repository
Partially verified 22 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Fetched
https://github.com/canop/kindest.git1a85377d2a1350e198ab69a93ebb0d1227ac1600.Checked on 2025-07-13
Dependency utoipa ^4.2 is outdated
Upgrade to 5.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
crokey-proc_macros, kidding, domus, keybindings-example
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.
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.
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?
Missing keywords
Help users find your crates. Add
keywords = ["yaml", "value", "patch", "patcher", "patch-file"](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.
print_key
Dependency crokey ^0.6.1 is significantly outdated
Consider upgrading to 1.5.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["key-combination", "terminal", "key-bindings", "serialization", "config"](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.
char_reader
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").Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]to theCargo.toml.
fediback
Dependency lazy-regex ^2.3 is significantly outdated
Consider upgrading to 3.6.0 to get all the fixes and improvements.
Dependency termimad ^0.20.4 is significantly outdated
Consider upgrading to 0.35.1 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").
byo-graphql
Imprecise dependency requirement tokio = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.53.0". IfCargo.lockends 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-versionsflag, 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.
kidding
Dependency crossterm ^0.16 is significantly outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
Published crate doesn't match its repository
Partially verified 8 files (includes 2 Cargo-generated).
Fetched
https://github.com/canop/kidding.git1e5119584522abb46955c32c9c3438a5a064a019.Checked on 2024-08-25
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 --editionand updateedition="…"inCargo.toml.
lfs-core
Dependency core-foundation ^0.9 is a bit outdated
Consider upgrading to 0.10.1 to get all the fixes and improvements.
Dependency io-kit-sys ^0.4 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency snafu ^0.7 is outdated
Upgrade to 0.9.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
file-size
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]to theCargo.toml.
file-size, proc-status, have, anolog, termux-clipboard
Latest stable release is old
It's been over 5 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.
kindest_proc
Dependency darling ^0.14 is significantly outdated
Upgrade to 0.23.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn ^1.0 is significantly outdated
Upgrade to 3.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
proc-status
Dependency thiserror ^1.0 is outdated
Upgrade to the latest version 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 = ["os::unix-apis"]to theCargo.toml.
lazy-regex-proc_macros, crokey-proc_macros, kindest_proc
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
lazy-regex-proc_macros
Dependency syn ^2.0 is outdated
Consider upgrading to 3.0.3 to get all the fixes and improvements.
crokey-proc_macros
Dependency syn ^2.0 is outdated
Consider upgrading to 3.0.3 to get all the fixes and improvements.
anolog
Dependency lazy-regex ^1.1 is significantly outdated
Consider upgrading to 3.6.0 to get all the fixes and improvements.
kind_proc
Dependency darling ^0.14 is significantly outdated
Upgrade to 0.23.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn ^1.0 is significantly outdated
Upgrade to 3.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.
domus
Latest stable release is old
It's been over 6 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").
keybindings-example
Dependency crokey ^0.6.3 is significantly outdated
Consider upgrading to 1.5.0 to get all the fixes and improvements.
Dependency toml ^0.5 is outdated
Consider upgrading to 1.1.0+spec-1.1.0 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", "command-line-interface", "config", "deserialize", "config-file"](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.
have
Missing keywords
Help users find your crates. Add
keywords = ["fun", "chain", "variables", "create", "order"](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.
dysk-cli
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/dysk-cli ) failed. Please try again later.
broot
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/broot ) failed. Please try again later.
cli-log
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cli-log ) failed. Please try again later.
backdown
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/backdown ) failed. Please try again later.
safecloset
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/safecloset ) failed. Please try again later.
csv2svg
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/csv2svg ) failed. Please try again later.
starry
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/starry ). Please try again later.
rhit
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/rhit ) failed. Please try again later.
kind
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kind ) failed. Please try again later.
codesort
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/codesort ) failed. Please try again later.
termimad
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/termimad ) failed. Please try again later.
ddoc
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/ddoc ) failed. Please try again later.
strict
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/strict ). Please try again later.
terminal-clipboard
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/terminal-clipboard ) failed. Please try again later.
squale
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/squale ). Please try again later.
whalespotter
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/whalespotter ) failed. Please try again later.
rand-select
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/rand-select ). Please try again later.
umask
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/umask ). Please try again later.
miaou-builder
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/miaou-builder ) failed. Please try again later.
dysk
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/dysk ) failed. Please try again later.
secular
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/secular ). Please try again later.
resc
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/resc ). Please try again later.
glassbench
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/glassbench ) failed. Please try again later.
locmess
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/locmess ) failed. Please try again later.
lfs
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/lfs ) failed. Please try again later.
syntect-no-panic
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/syntect-no-panic ). Please try again later.
syntect-5-no-panic
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/syntect-5-no-panic ). Please try again later.
bacon
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bacon ) failed. Please try again later.
cradoc
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cradoc ) failed. Please try again later.
No issues found in: crokey minimad clap-help deser-hjson generational-buffer coolor flex-grow splitty
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.