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.
riffu
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["filesystem", "parser-implementations"]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 = ["riff", "fork-of-original", "container-format", "file-format", "fork-original"](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.
riffu, smolset, applejack, twilight-sparkle, lupinas-lullaby
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").Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
apple-bloom
Dependency failure 0.1.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency serde_yaml 0.8.24 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency thiserror 1.0.31 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 = ["database"]to theCargo.toml.
pixieve-rs
Dependency bytes 0.4 is significantly outdated
Upgrade to 1.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency http 0.1 is significantly outdated
Upgrade to 1.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency log 0.3 is significantly outdated
Upgrade to 0.4.29 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.
Dependency reqwest 0.9 is significantly outdated
Upgrade to 0.13.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_urlencoded 0.5 is significantly outdated
Upgrade to 0.7.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
Dependency md5 0.7.0 is a bit outdated
Consider upgrading to 0.8.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming", "multimedia"]to theCargo.toml.
applejack
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["data-structures"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["radix-tree", "rax", "structures", "redis", "antirez"](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.
twilight-sparkle
Dependency serde_yaml 0.8.21 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency clap 2.33.3 is outdated
Upgrade to 4.5.58 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency env_logger 0.9.0 is outdated
Upgrade to 0.11.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nom 7.0.0 is a bit outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Dependency toml 0.5.8 is outdated
Upgrade to 1.0.1+spec-1.1.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 = ["command-line-interface"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["query", "jq", "perform", "tws", "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.
mofurun, mepple, chisai, redis-protocol-parser
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.
lupinas-lullaby
Dependency serde_yaml 0.8.17 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency clap 2.33.3 is outdated
Upgrade to 4.5.58 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11.2 is outdated
Upgrade to 0.13.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 = ["web-programming", "development-tools::ffi"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["swagger", "generate-typescript", "specification", "interface", "automatic"](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.
smolset
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["data-structures"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["unordered-set", "element", "fork-of-original", "size", "internal"](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.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.43, 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.
rustomword
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Dependency actix-rt 1.1.1 is significantly outdated
Consider upgrading to 2.11.0 to get all the fixes and improvements.
Dependency actix-web 2.0.0 is significantly outdated
Consider upgrading to 4.12.0 to get all the fixes and improvements.
Dependency env_logger 0.7.1 is significantly outdated
Consider upgrading to 0.11.9 to get all the fixes and improvements.
Dependency failure 0.1.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency postgres 0.17.5 is significantly outdated
Consider upgrading to 0.19.12 to get all the fixes and improvements.
Dependency r2d2_postgres 0.16.0 is significantly outdated
Consider upgrading to 0.18.2 to get all the fixes and improvements.
Dependency rand 0.7.3 is significantly outdated
Consider upgrading to 0.10.0 to get all the fixes and improvements.
Dependency diesel 1.4.5 is outdated
Consider upgrading to 2.3.0 to get all the fixes and improvements.
Dependency diesel_migrations 1.4.0 is outdated
Consider upgrading to 2.3.0 to get all the fixes and improvements.
Dependency listenfd 0.3.3 is outdated
Consider upgrading to 1.0.2 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["random-word", "website", "time", "give"](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.
mepple
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/hbina/mepple\.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.
Dependency sqlite 0.25.1 is a bit outdated
Consider upgrading to 0.37.0 to get all the fixes and improvements.
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 = ["dictionary", "english"](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.
twilight-sparkle, lupinas-lullaby, mepple
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.
prose_chan
Dependency actix-rt 0.2.2 is significantly outdated
Consider upgrading to 2.11.0 to get all the fixes and improvements.
Dependency actix-web 1.0.0 is significantly outdated
Consider upgrading to 4.12.0 to get all the fixes and improvements.
Dependency dotenv 0.10 is significantly outdated
Consider upgrading to 0.15.0 to get all the fixes and improvements.
Dependency env_logger 0.5 is significantly outdated
Consider upgrading to 0.11.9 to get all the fixes and improvements.
Dependency failure 0.1.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency futures 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency nanoid 0.2.0 is significantly outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
Dependency postgres 0.15.2 is significantly outdated
Consider upgrading to 0.19.12 to get all the fixes and improvements.
Dependency tera 0.11.20 is significantly outdated
Consider upgrading to 1.20.0 to get all the fixes and improvements.
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").If the crate is truly stable, why not make a 1.0.0 release?
Dependency r2d2_postgres 0.14.0 is outdated
Consider upgrading to 0.18.2 to get all the fixes and improvements.
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 = ["board", "anonymous", "forms", "html", "image-board"](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.
integer-iterator
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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["primitive-integer", "iterator", "digits", "expose", "traits"](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.
mofurun
Incorrect category
Crate's categories property in
Cargo.tomlcontains 'mofurun', 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.
Incorrect category
Crate's categories property in
Cargo.tomlcontains 'cute', which isn't a category we recognizeMissing keywords
Help users find your crates. Add
keywords = ["vec", "cute"](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.
redis-protocol-parser
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations", "network-programming"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["protocol-parser", "redis-protocols", "resp-parser", "syntax"](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.
iso_14977
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 = ["ebnf", "parser", "iso", "compliant", "14977"](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.
chisai
Dependency clap 2.33.2 is outdated
Consider upgrading to 4.5.58 to get all the fixes and improvements.
hyoka, pegitan, iso_14977, rori, rustomword, pixieve-rs, repeatrrrr, otto_vec_derive
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").
repeatrrrr
Dependency clap 2.33.3 is outdated
Consider upgrading to 4.5.58 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-utilities"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["repeat", "times", "pattern", "output", "content"](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.
otto_vec_derive
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 syn 1.0.42 is significantly outdated
Upgrade to 2.0.115 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.
pofu
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
otto_vec
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/otto_vec ) failed. Please try again later.
No issues found in: fuh-rs diect-rs covershoot chitose chiyu gits
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.