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.
cesu8
Latest stable release is old
It's been over 10 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").It's an opportunity to update it to the current Rust edition.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]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 = ["utf-8", "convert", "surrogate", "java", "character"](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.
cesu8, exec, alloc_buddy_simple, vobsub, duktape, dribble, opus_tools, vobsub2png, abort_on_panic, aligned_media, accessors
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.
exec
Dependency errno 0.2 is significantly outdated
Upgrade to 0.3.14 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 = ["os::unix-apis"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["replace", "running", "posix", "execute", "arguments"](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.
cesu8, pic8259_simple, alloc_buddy_simple, cpuio
License Apache-2.0/MIT is not in SPDX syntax
Use
ORinstead of/.
exec, abort_on_panic, aligned_media
Latest stable release is old
It's been over 8 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?
cli_test_dir
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::testing"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["testing", "command-line-testing", "command-line-utilities", "pattern", "burnt-sushi"](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.
openapi-interfaces
Dependency structopt 0.3.23 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 json-patch 0.2.6 is significantly outdated
Consider upgrading to 4.2.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 serde_with 1.10.0 is significantly outdated
Consider upgrading to 3.21.0 to get all the fixes and improvements.
Dependency serde_yaml 0.8.21 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency topological-sort 0.1.0 is significantly outdated
Consider upgrading to 0.2.2 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.
Incorrect category
Crate's categories property in
Cargo.tomlcontains 'ffi', which isn't a category we recognizelib.rs has simplified and merged some of crates.io categories. Please file a bug if we got it wrong.
duktape
Incorrect dependency requirement abort_on_panic = *
We could not parse it. Please check the semver syntax.
Cargo used to be more forgiving about the semver syntax, so it's possible that an already-published crate doesn't satisfy the current rules.
Incorrect dependency requirement cesu8 = *
We could not parse it. Please check the semver syntax.
Incorrect dependency requirement duktape_sys = *
We could not parse it. Please check the semver syntax.
Incorrect dependency requirement rustc-serialize = *
We could not parse it. Please check the semver syntax.
Latest stable release is old
It's been over 11 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").Dependency rustc-serialize * has issues
It may not be actively developed any more. Consider changing the dependency.
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 = ["javascript-interpreter", "embedded-javascript", "context", "encodable", "return"](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.
vobsub
Dependency cast 0.2.0 is significantly outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency image 0.13.0 is significantly outdated
Upgrade to 0.25.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lazy_static 0.2.2 is significantly outdated
Upgrade to 1.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency log 0.3.6 is significantly outdated
Upgrade to 0.4.33 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nom 2.1.0, <2.2.0 is significantly outdated
Upgrade to 8.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency regex 0.2.1 is significantly outdated
Upgrade to 1.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency safemem 0.2.0 is significantly outdated
Upgrade to 0.3.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 = ["multimedia::video"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["srt", "subtitle", "decode", "idx", "dvd"](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.
credentials
Latest prerelease 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").Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
Dependency dirs 4.0.0 is significantly outdated
Upgrade to 6.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11.8 is outdated
Upgrade to 0.13.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.20 is outdated
Upgrade to 2.0.18 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 = ["authentication"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["hashicorp-vault", "fetch", "kubernetes", "environment-variables", "var"](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.
geochunk
Dependency docopt 1.1 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 error-chain 0.12.4 has issues
It may not be actively developed any more. Consider changing the dependency.
Imprecise dependency requirement csv = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
csv = "1.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.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science::ml", "compression"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["csv", "zip-codes", "population", "prefix", "chunks"](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.
hashcsv
Dependency structopt 0.3.21 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 clap 2.33.3 is significantly outdated
Consider upgrading to 4.6.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["csv", "uuid", "row", "column", "v5"](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.
opus_tools
Dependency docopt 0.7 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 env_logger 0.4 is significantly outdated
Consider upgrading to 0.11.11 to get all the fixes and improvements.
Dependency flate2 0.2 is significantly outdated
Consider upgrading to 1.1.0 to get all the fixes and improvements.
Dependency log 0.3 is significantly outdated
Consider upgrading to 0.4.33 to get all the fixes and improvements.
Dependency quick-xml 0.6 is significantly outdated
Consider upgrading to 0.41.0 to get all the fixes and improvements.
Dependency rustc-serialize 0.3 has issues
It may not be actively developed any more. Consider changing the dependency.
Missing keywords
Help users find your crates. Add
keywords = ["opus", "sentence", "parallel", "tar-gz", "corpus"](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.
pic8259_simple
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.
pic8259_simple, hashcsv, metrics-exporter-newrelic, dribble, opus_tools, fixed2csv
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.
alloc_buddy_simple, vobsub, opus_tools, vobsub2png, accessors
Latest stable release is old
It's been over 9 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").
dribble
Incorrect dependency requirement rand = *
We could not parse it. Please check the semver syntax.
Latest stable release is old
It's been over 11 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").
metrics-exporter-newrelic
Dependency metrics 0.20.1 is significantly outdated
Upgrade to 0.24.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency metrics-util 0.14.0 is significantly outdated
Upgrade to 0.20.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency http 0.2.6 is outdated
Upgrade to 1.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11.9 is outdated
Upgrade to 0.13.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.30 is outdated
Upgrade to 2.0.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
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").Missing keywords
Help users find your crates. Add
keywords = ["metrics-exporter", "new-relic", "api", "report", "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.
vobsub2png
Dependency docopt 0.7.0 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.
Incorrect dependency requirement vobsub = 0.2.2
We could not parse it. Please check the semver syntax.
Dependency env_logger 0.4.0 is significantly outdated
Consider upgrading to 0.11.11 to get all the fixes and improvements.
Dependency image 0.13.0 is significantly outdated
Consider upgrading to 0.25.10 to get all the fixes and improvements.
Dependency log 0.3.6 is significantly outdated
Consider upgrading to 0.4.33 to get all the fixes and improvements.
Dependency rustc-serialize 0.3.22 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency serde 0.9 is significantly outdated
Consider upgrading to 1.0.228 to get all the fixes and improvements.
Dependency serde_derive 0.9 is significantly outdated
Consider upgrading to 1.0.228 to get all the fixes and improvements.
Dependency serde_json 0.9 is significantly outdated
Consider upgrading to 1.0.150 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::video", "multimedia::images"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["subtitle", "png", "convert", "idx", "dvd"](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.
cpuio
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").Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["embedded"]to theCargo.toml.
libpostal-sys
Dependency autotools 0.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science::geo", "parser-implementations"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["thread-safe", "low-level", "locking", "initialization", "wrapper"](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 (autotools obfuscated code, obscure autoconf code). 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.
openapi-interfaces, geochunk, hashcsv, fixed2csv
Dependency env_logger 0.9.0 is significantly outdated
Consider upgrading to 0.11.11 to get all the fixes and improvements.
fixed2csv
Dependency structopt 0.3.21 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 failure 0.1.3 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency humansize 1 is outdated
Consider upgrading to 2.1.0 to get all the fixes and improvements.
Imprecise dependency requirement humansize = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
humansize = "2.1.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 = ["csv", "fixed-width", "convert", "column", "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.
alloc_buddy_simple
Dependency spin >=0.3.4,<0.5 is significantly outdated
Upgrade to 0.12.1 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 = ["memory-management"]to theCargo.toml.
redoubtful
Published crate doesn't match its repository
Verified 39 out of 40 files (includes 2 Cargo-generated).
Files in the crates.io crate compared to the repository:
TODO.mdnot found.
Fetched
https://github.com/emk/redoubtful.git8927deaa6a053eccd6d872feb8c81fff36e55a30.Checked on 2026-05-10
This check is experimental.
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 = ["sandbox", "coding-agents", "bwrap", "pasta", "credentials"](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.
pic8259_simple, cpuio, duktape, dribble
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.
vobsub, opus_tools, vobsub2png
Dependency error-chain 0.10.0 has issues
It may not be actively developed any more. Consider changing the dependency.
openapi-interfaces, geochunk, hashcsv, libpostal-sys, fixed2csv
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").
aligned_media
Dependency failure 0.1.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency isolang 0.2 is significantly outdated
Upgrade to 2.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 = ["parser-implementations"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["language-learning", "media-format", "format-for-language-learning", "subtitle", "specification-language"](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.
accessors
Dependency log 0.3.6 is significantly outdated
Upgrade to 0.4.33 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency quote 0.3.3 is significantly outdated
Upgrade to 1.0.46 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 0.9.0 is significantly outdated
Upgrade to 2.0.118 to get all the fixes, and avoid causing duplicate dependencies in projects.
abort_on_panic
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["unsafe", "panic", "process", "location", "intercept"](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.
bigml_derive
Dependency syn 1.0.8 is significantly outdated
Upgrade to 2.0.118 to get all the fixes, and avoid causing duplicate dependencies in projects.
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").Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.31, which is newer than the last 2015-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.
dbcrossbar_trino_macros
Failed to verify create's content against its repository
Partially verified 8 files (includes 2 Cargo-generated).
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repositoryURL inCargo.tomlis correct
- Make sure the
Looked for the crate in
crates/dbcrossbar_trino_macros/. Fetchedhttps://github.com/dbcrossbar/dbcrossbar.gitb38c05c1ce4d7a1aaa89f50170cb3fe023aa3e3a.Checked on 2024-12-15
- warning: Could not find Cargo.toml for this package in its repo (via tags).
scrubcsv
Dependency structopt 0.3.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.
Dependency clap 2.33.0 is significantly outdated
Consider upgrading to 4.6.0 to get all the fixes and improvements.
Dependency env_logger 0.9.0 is significantly outdated
Consider upgrading to 0.11.11 to get all the fixes and improvements.
Dependency humansize 1.0.1 is outdated
Consider upgrading to 2.1.0 to get all the fixes and improvements.
Imprecise dependency requirement csv = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
csv = "1.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 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 = ["csv", "bad", "rest", "remove", "csv-parser"](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.
catcsv
Dependency docopt 1 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 env_logger 0.9.0 is significantly outdated
Consider upgrading to 0.11.11 to get all the fixes and improvements.
Dependency error-chain 0.12.4 has issues
It may not be actively developed any more. Consider changing the dependency.
Imprecise dependency requirement csv = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
csv = "1.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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing", "command-line-utilities"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["csv", "concatenation", "directory", "input-file", "version"](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.
bigml_derive, scrubcsv, catcsv
License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.
dbcrossbar
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/dbcrossbar ) failed. Please try again later.
opinionated_telemetry
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/opinionated_telemetry ) failed. Please try again later.
dbcrossbarlib
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/dbcrossbarlib ) failed. Please try again later.
cage
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cage ) failed. Please try again later.
compose_yml
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/compose_yml ) failed. Please try again later.
bigml-parallel
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bigml-parallel ) failed. Please try again later.
bigml
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bigml ) failed. Please try again later.
alert
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/alert ) failed. Please try again later.
boondock
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/boondock ). Please try again later.
credentials_to_env
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/credentials_to_env ) failed. Please try again later.
opinionated_metrics
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/opinionated_metrics ). Please try again later.
dbcrossbar_trino
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/dbcrossbar_trino ) failed. Please try again later.
conductor
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/conductor ) failed. Please try again later.
docker_compose
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/docker_compose ) failed. Please try again later.
geocode-csv
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/geocode-csv ) failed. Please try again later.
substudy
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/substudy ) failed. Please try again later.
snappy_framed
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/snappy_framed ). Please try again later.
libpostal-rust
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/libpostal-rust ) failed. Please try again later.
No issues found in: common_failures joinery_macros uchardet uchardet-sys cld2 cld2-sys duktape_sys streaming
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.