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.
accessibility
Published crate doesn't match its repository
Partially verified 9 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Looked for the crate in
accessibility/. Fetchedhttps://github.com/eiz/accessibility.git63a4a9c4ecdc143bed1d65b989aa18bbc5fd8129.Checked on 2025-03-23
This check is experimental.
Dependency cocoa ^0.26 has issues
It may not be actively developed any more. Consider changing the dependency.
Imprecise dependency requirement thiserror = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.18". 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.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 thiserror ^1 is outdated
Upgrade to 2.0.18 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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["accessibility", "os::macos-apis"]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 = ["macos-bindings", "service", "safe-bindings", "technology"](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.
accessibility, accessibility-sys, aq
License MIT / Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.
accessibility, accessibility-sys, aq
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
aq
Dependency structopt ^0.3 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Published crate doesn't match its repository
Partially verified 5 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Looked for the crate in
aq/. Fetchedhttps://github.com/eiz/accessibility.git63a4a9c4ecdc143bed1d65b989aa18bbc5fd8129.Checked on 2025-03-23
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["accessibility"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["accessibility", "macos-bindings", "level", "query", "safe-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.
eiz
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").Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
README missing from the repository
We've searched
https://github\.com/eiz/eiz\.gitand could not find a README file there.Dependency parking_lot ^0.10.0 is significantly outdated
Upgrade to 0.12.5 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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["concurrency"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["mpsc", "pop"](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.
accessibility-sys
Failed to verify create's content against its repository
Partially verified 14 files (includes 3 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.2.0'.
git tag v0.2.0 63a4a9c4ecdc143bed1d65b989aa18bbc5fd8129; git push origin --tags
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Looked for the crate in
accessibility-sys/. Fetchedhttps://github.com/eiz/accessibility.git63a4a9c4ecdc143bed1d65b989aa18bbc5fd8129.Checked on 2025-03-23
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["accessibility", "os::macos-apis"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["macos-bindings", "service", "level", "safe-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.
graffix
No repository property
Specify git repository URL in
Cargo.tomlto 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").If the crate is truly stable, why not make a 1.0.0 release?
Missing keywords
Help users find your crates. Add
keywords = ["renderer", "viable"](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.
chatgpt_wd
Dependency dirs ^4 is significantly outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Imprecise dependency requirement anyhow = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.103". 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.Dependency reqwest ^0.11 is outdated
Consider upgrading to 0.13.4 to get all the fixes and improvements.
Dependency thirtyfour ^0.31 is outdated
Consider upgrading to 0.37.2 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science::ml"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["chatgpt", "personalize", "web", "experience", "prompt"](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.
nt-token
Published crate doesn't match its repository
Partially verified 11 files (includes 2 Cargo-generated).
Fetched
https://github.com/eiz/nt-token.git6b93d461b795b0d248f236124a01ac9f9df8c78e.Checked on 2025-07-27
Dependency windows ^0.61 is outdated
Upgrade to 0.62.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["access-token", "windows", "nt", "sid", "identifier"](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.
adrastea_kernels, simt_hip, simt_cuda, simt_core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.
adrastea_kernels, chatgpt_wd, chatgpt2py
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.
simt_rocblas_sys, simt_cuda_sys, simt_hip_sys, simt, graffix, eiz
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.
simt
Imprecise dependency requirement thiserror = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.18". 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.Dependency thiserror ^1 is outdated
Upgrade to 2.0.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["compute", "kernel", "compute-shader", "amd-gpu", "hip"](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.
chatgpt2py
Dependency dirs ^4 is significantly outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Imprecise dependency requirement anyhow = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.103". 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.Dependency reqwest ^0.11 is outdated
Consider upgrading to 0.13.4 to get all the fixes and improvements.
Dependency thiserror ^1 is outdated
Consider upgrading to 2.0.18 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::ffi", "development-tools::debugging"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["curl", "bash", "aside", "step", "proc"](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.
simt_rocblas_sys
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rendering::graphics-api"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["simt", "roc-blas", "part-of-simt", "bindings", "compute-shader"](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.
simt_hip
Imprecise dependency requirement thiserror = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.18". 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.Dependency thiserror ^1 is outdated
Upgrade to 2.0.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["hip", "rocm", "simt", "kernel", "back-end"](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.
simt_cuda
Imprecise dependency requirement thiserror = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.18". 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.Dependency thiserror ^1 is outdated
Upgrade to 2.0.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["cuda", "simt", "back-end", "compute-shader", "part-of-simt"](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.
adrastea_kernels
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()flags just for docs.rs and use them to hide problematic code.Missing keywords
Help users find your crates. Add
keywords = ["kernel", "workgroups", "3-11"](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.
simt_rocblas_sys, simt_cuda_sys, simt_hip_sys
Dependency libloading ^0.8.0 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
adrastea_kernels, simt_hip, simt_cuda, simt_core, adrastea, simt_vulkan, mr, htx
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.
simt_cuda_sys
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["concurrency"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["cuda", "cuda-driver", "api", "bindings", "compute"](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.
simt_hip_sys
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 = ["driver", "hip", "api", "kernel", "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.
adrastea_kernels, chatgpt_wd, chatgpt2py
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").
simt_core
Missing keywords
Help users find your crates. Add
keywords = ["kernel", "shared", "back-ends", "part-of-simt", "compute-shader"](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.
adrastea, updater, simt_vulkan, mr, htx
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
mr
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/eiz/mr\.gitAt 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.
htx
README missing from the repository
We've searched
https://github\.com/eiz/htx\.gitand could not find a README file there.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.