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.
trajix, arika
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.228". 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.
c2a-core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["embedded"]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 = ["command-centric", "satellite", "architecture", "flight"](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.
tlmcmddb-csv, structpack, tlmcmddb-cli, kble-socket
Imprecise dependency requirement anyhow = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.102". 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.
tobari
Imprecise dependency requirement ureq = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
ureq = "3.3.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.
c2a-bind-utils
Failed to verify create's content against its repository
Partially verified 4 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v4.0.0-beta.0'.
- 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
Looked for the crate in
library/bind-utils/. Fetchedhttps://github.com/arkedge/c2a-core.git81e67c4817acb87fd5ce9a2f27fc976b6ed7f71f.Checked on 2025-02-16
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v4.0.0-beta.0'.
Latest prerelease is old
It's been over 2 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.
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Dependency bindgen 0.66.1 is significantly outdated
Upgrade to 0.72.1 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 = ["embedded"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["c2a", "satellite", "c2a-core", "architecture", "bindgen"](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.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.
github-webhook-type-generator
Dependency structopt 0.3.26 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.
Dependency swc_common 0.33.12 is significantly outdated
Upgrade to 21.0.1 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 swc_ecma_ast 0.110.17 is significantly outdated
Upgrade to 23.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency swc_ecma_parser 0.141.37 is significantly outdated
Upgrade to 39.0.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 = ["development-tools::procedural-macro-helpers"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["github-webhook", "generator", "documentation", "payload"](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.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.
hubhook
Dependency structopt 0.3.26 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.
Dependency hmac 0.12.0 is a bit outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["notifications", "github", "manager", "rules", "query"](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.
minecraft-whitelist-validator
Dependency clap 3.0.14 is significantly outdated
Consider upgrading to 4.6.0 to get all the fixes and improvements.
Dependency uuid 0.8.2 is significantly outdated
Consider upgrading to 1.23.0 to get all the fixes and improvements.
Dependency codespan-reporting 0.11.1 is outdated
Consider upgrading to 0.13.1 to get all the fixes and improvements.
Dependency rdfmt 0.2.1 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
Dependency reqwest 0.11.9 is outdated
Consider upgrading to 0.13.3 to get all the fixes and improvements.
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").
rdfmt, github-webhook, notalawyer-clap
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.
kble-socket
Dependency axum 0.6 is significantly outdated
Upgrade to 0.8.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-tungstenite 0.20 is outdated
Upgrade to 0.29.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 = ["network-programming"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["virtual-harness-toolkit", "kble", "cable"](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.
rdfmt
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.
Dependency reqwest 0.12.4 is outdated
Upgrade to 0.13.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Verified 16 out of 18 files (includes 1 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirtyflag. Make sure all changes are committed before publishing. Useinclude/excludeinCargo.tomlto omit unnecessary files.
- Publish a new version, without using
Files in the crates.io crate compared to the repository:
json_schema/Diagnostic.jsonschemanot found.DiagnosticResult.jsonschemanot found.
Fetched
https://github.com/sksat/rdfmt-rs.gittaggedv0.3.0(a92ff5ba6b2483b53bde70c499c2d2b35560c131).Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
Missing keywords
Help users find your crates. Add
keywords = ["reviewdog", "json-schema", "diagnostics", "format"](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.
structpack
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["satellite", "c2a", "bit-field", "accessor", "command-and-control"](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
READMEfile for the project, so that information about is included in the crates.io tarball.
tlmcmddb-csv
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["csv-parser", "db", "c2a", "data-model", "tlm-cmd"](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.
notalawyer-build, github-webhook-dts-downloader, eb90, kble-tfsync
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.
tlmcmddb
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 = ["data-model", "csv-parser", "db", "tlm-cmd", "c2a"](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.
writedown, rasp, vrchat-log
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").Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
tlmcmddb-cli
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["csv-parser", "db", "c2a", "convert-json", "tlm-cmd"](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.
github-webhook
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.Dependency cargo_metadata 0.18.1 is outdated
Upgrade to 0.23.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["github-api", "webhook", "documentation"](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.
orts-plugin-sdk
Dependency wit-bindgen 0.51.0 is significantly outdated
Upgrade to 0.57.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
vrchat-log
Dependency enum-as-inner 0.3.3 is significantly outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.20.0 is significantly outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros 0.20.1 is significantly outdated
Upgrade to 0.28.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
notalawyer
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-interface"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["display", "notice", "integration"](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.
eb90
Dependency crc 2 is significantly outdated
Upgrade to 3.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heapless 0.7 is significantly outdated
Upgrade to 0.9.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement crc = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
crc = "3.4.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 keywords
Help users find your crates. Add
keywords = ["protocols", "framing"](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.
kble-tfsync
Imprecise dependency requirement anyhow = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.102". 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 kble-socket 0.1.0 is outdated
Upgrade to 0.4.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["virtual-harness-toolkit", "kble", "cable"](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.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.
github-webhook-dts-downloader
Dependency reqwest 0.11.23 is outdated
Upgrade to 0.13.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["github-webhook", "downloader", "payload", "def", "documentation"](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.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.
notalawyer-clap
Imprecise dependency requirement clap = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.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.Missing keywords
Help users find your crates. Add
keywords = ["display", "notalawyer", "clap", "notice"](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.
notalawyer-build
Missing keywords
Help users find your crates. Add
keywords = ["display", "notalawyer", "notice"](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.
rasp
Missing keywords
Help users find your crates. Add
keywords = ["file-format", "raspformat"](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.
orts
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/orts ) failed. Please try again later.
kble-eb90
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kble-eb90 ) failed. Please try again later.
kble-dump
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kble-dump ) failed. Please try again later.
kble-c2a
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kble-c2a ) failed. Please try again later.
orts-cli
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/orts-cli ) failed. Please try again later.
rrd-wasm
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/rrd-wasm ) failed. Please try again later.
kble
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kble ) failed. Please try again later.
kuso-subdomain-adder
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/kuso-subdomain-adder ). Please try again later.
writedown-html
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/writedown-html ). Please try again later.
kble-tcp
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kble-tcp ) failed. Please try again later.
kble-serialport
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kble-serialport ) failed. Please try again later.
No issues found in: utsuroi
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.