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.
handlebars
Imprecise dependency requirement thiserror = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.12"
. IfCargo.lock
ends 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-versions
flag, 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.
Optional dependency 'rhai' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'rhai', 'heck', 'walkdir' may have been unintentional.
pgwire
Imprecise dependency requirement thiserror = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.12"
. IfCargo.lock
ends 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-versions
flag, used by users of old Rust versions.Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Optional dependency 'tokio-rustls' 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 'tokio-rustls' may have been unintentional.
geo
Dependency i_overlay 2.0.0, < 2.1.0 is outdated
Upgrade to 3.3.0 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 proj 0.29.0 is outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'serde' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'serde', 'proj' may have been unintentional.
cargo-release
Dependency tame-index 0.18 is outdated
Consider upgrading to 0.20.1 to get all the fixes and improvements.
urdict
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.
Dependency ansi_term 0.10.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency rand 0.4.2 is significantly outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Dependency reqwest 0.8.5 is significantly outdated
Consider upgrading to 0.12.15 to get all the fixes and improvements.
Dependency select 0.4.2 is significantly outdated
Consider upgrading to 0.6.1 to get all the fixes and improvements.
Latest stable release is old
It's been over 7 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?
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 clap 2.30.0 is outdated
Consider upgrading to 4.5.37 to get all the fixes and improvements.
rustmann
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency tokio-rustls 0.25.0 is significantly outdated
Upgrade to 0.26.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement thiserror = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.12"
. IfCargo.lock
ends 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-versions
flag, used by users of old Rust versions.Dependency derive_builder 0.12 is outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost 0.12 is significantly outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency prost-build 0.12 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Optional dependency 'webpki-roots' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Features 'webpki-roots', 'rustls-pki-types', 'tokio-rustls' may have been unintentional.
metriki-tower
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency derive_builder 0.9.0 is significantly outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Buggy README path
The non-local path to readme specified as
\.\./README\.md
exposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.Dependency hyper 0.14 is outdated
Upgrade to 1.6.0 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"
).License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
handlebars-iron
Dependency iron ^0.6.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.
Dependency handlebars ^3.0 is significantly outdated
Upgrade to 6.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency notify ^4.0 is outdated
Upgrade to 8.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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"
).Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["template-engine"]
to theCargo.toml
.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.36, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and 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.
zhelezo
Latest prerelease is old
It's been over 7 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.
Dependency futures 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency futures-cpupool 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency hyper 0.11 is significantly outdated
Upgrade to 1.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency log 0.3 is significantly outdated
Upgrade to 0.4.27 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency native-tls 0.1.1 is significantly outdated
Upgrade to 0.2.14 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-core 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-io 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-tls 0.1.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency typemap 0.3 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency url 1.1 is significantly outdated
Upgrade to 2.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
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 = ["iron", "url", "parser", "extension", "wc"]
(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.
erguotou
Incorrect dependency requirement hyper = *
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 rustc-serialize = *
We could not parse it. Please check the semver syntax.
Incorrect dependency requirement url = *
We could not parse it. Please check the semver syntax.
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"
).Dependency rustc-serialize * has issues
It may not be actively developed any more. Consider changing the dependency.
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.
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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-client"]
to theCargo.toml
.
metriki-jemalloc, metriki-log-reporter, metriki-tracing, metriki-prometheus-exporter, metriki-tokio, metriki-riemann-reporter
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
metriki-statsd-reporter
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency cadence 0.29 is outdated
Upgrade to 1.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency derive_builder 0.12.0 is outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
metriki-warp
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.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"
).License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
iron-json-response
Dependency iron ^0.6.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.
Dependency mime ^0.2.0 is significantly outdated
Upgrade to 0.3.17 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 7 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"
).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.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
to theCargo.toml
.
metriki-r2d2
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency derive_builder 0.10 is significantly outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Buggy README path
The non-local path to readme specified as
\.\./README\.md
exposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.Dependency diesel 1.4 is outdated
Upgrade to 2.2.10 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"
).License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
datafusion-postgres
Dependency datafusion 42 is significantly outdated
Upgrade to 47.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pgwire 0.25 is outdated
Upgrade to 0.28.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 = ["database"]
to theCargo.toml
.
metriki-core
Dependency dashmap 5.1 is outdated
Consider upgrading to 6.1.0 to get all the fixes and improvements.
Imprecise dependency requirement hdrhistogram = 7
Cargo does not always pick latest versions of dependencies! Specify the version as
hdrhistogram = "7.5.0"
. IfCargo.lock
ends 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-versions
flag, 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-versions
Cargo 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 = ["development-tools::debugging"]
to theCargo.toml
.
pgwire, geohash, metriki-core, metriki-jemalloc, metriki-log-reporter, metriki-tracing, metriki-prometheus-exporter, metriki-tokio, metriki-riemann-reporter, metriki-influxdb-reporter
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
geohash
Failed to verify create's content against its repository
Partially verified 16 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
Fetched
https://github.com/georust/geohash.rs.git
e7587b4e2d6864d861b32cb4127f76e26a395329.Checked on 2024-08-10
This check is experimental.
petushki
Dependency structopt 0.2.18 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 derive_more 0.15.0 is significantly outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency env_logger 0.6.2 is significantly outdated
Consider upgrading to 0.11.8 to get all the fixes and improvements.
Dependency tokio-util 0.6 is significantly outdated
Consider upgrading to 0.7.15 to get all the fixes and improvements.
Dependency clap 2.33.0 is outdated
Consider upgrading to 4.5.37 to get all the fixes and improvements.
Dependency comrak 0.6.2 is outdated
Consider upgrading to 0.39.0 to get all the fixes and improvements.
Dependency handlebars 3.5.1 is significantly outdated
Consider upgrading to 6.3.0 to get all the fixes and improvements.
Dependency http 0.2 is outdated
Consider upgrading to 1.3.0 to get all the fixes and improvements.
Dependency hyper 0.14 is outdated
Consider upgrading to 1.6.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"
).License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.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 = ["web-server", "basic-http-server", "petushki", "extension", "com"]
(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.
slacker
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency bytes ^0.4.1 is significantly outdated
Upgrade to 1.10.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency futures ^0.1.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency futures-cpupool ^0.1.5 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency log 0.3.6 is significantly outdated
Upgrade to 0.4.27 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nom ^3.1.0 is significantly outdated
Upgrade to 8.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-core ^0.1.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-io ^0.1.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-service ^0.1.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Latest stable release is old
It's been over 7 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"
).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.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
metriki-riemann-reporter
Dependency hostname 0.3 is a bit outdated
Consider upgrading to 0.4.1 to get all the fixes and improvements.
Dependency rustmann 0.7 is slightly outdated
Consider upgrading to 0.8.0 to get all the fixes and improvements.
Imprecise dependency requirement lazy_static = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
lazy_static = "1.5.0"
. IfCargo.lock
ends 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-versions
flag, used by users of old Rust versions.
metriki-jemalloc
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
metriki-tokio
Dependency derive_builder 0.12 is outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-metrics 0.3 is outdated
Consider upgrading to 0.4.2 to get all the fixes and improvements.
metriki-influxdb-reporter
Dependency influxdb 0.5.2 is outdated
Upgrade to 0.7.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 = ["database"]
to theCargo.toml
.
metriki-log-reporter, metriki-prometheus-exporter, metriki-riemann-reporter, metriki-influxdb-reporter
Dependency derive_builder 0.12.0 is outdated
Upgrade to 0.20.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
metriki-log-reporter, metriki-prometheus-exporter, metriki-tokio, metriki-riemann-reporter
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
metriki-prometheus-exporter
Dependency prometheus 0.13 is a bit outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
tojson_macros
Dependency quote ^0.3 is significantly outdated
Upgrade to 1.0.40 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn ^0.11 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
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"
).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.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
athtool
Dependency base32 0.3.1 is significantly outdated
Consider upgrading to 0.5.1 to get all the fixes and improvements.
Dependency toml 0.1.27 is significantly outdated
Consider upgrading to 0.8.22 to get all the fixes and improvements.
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"
).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.
Dependency clap 2.1.2 is outdated
Consider upgrading to 4.5.37 to get all the fixes and improvements.
Dependency oath 0.1.4 is outdated
Consider upgrading to 0.10.2 to get all the fixes and improvements.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["authentication"]
to theCargo.toml
.
metriki-macros
Dependency syn 1 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement syn = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.101"
. IfCargo.lock
ends 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-versions
flag, used by users of old Rust versions.Buggy README path
The non-local path to readme specified as
\.\./README\.md
exposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.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"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
handlebars-template-handler
Dependency iron ^0.4.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.
README missing from the repository
We've searched
https://github\.com/sunng87/handlebars\-template\-handler\.git
and could not find a README file there.Dependency serde_json ^0.7.0 is significantly outdated
Upgrade to 1.0.140 to get all the fixes, and avoid causing duplicate dependencies in projects.
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"
).README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.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.
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.
Dependency handlebars-iron ^0.17.0 is outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency params ^0.3.0 is outdated
Upgrade to 0.8.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 = ["template-engine"]
to theCargo.toml
.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.