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.
bevy_mod_reqwest
Imprecise dependency requirement serde_json = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde_json = "1.0.140"
. 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.
Missing keywords
Help users find your crates. Add
keywords = ["http-client", "http-request", "bevy", "async-http", "run-time"]
(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.Optional dependency 'rmp-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 'rmp-serde', 'serde_json' may have been unintentional.
bevy_mod_reqwest, bevy_ui_anchor, bevy_mod_lookat
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["game-development"]
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.
simplestcrypt
Dependency aes-siv 0.6 is significantly outdated
Upgrade to 0.7.0 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 bincode 1.3 is slightly outdated
Consider upgrading to 2.0.1 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 rand 0.8 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["cryptography"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["symmetric-encryption", "nonce", "encryption-key", "aes-siv", "simplest"]
(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.
random_variant
Dependency heapless 0.7 is outdated
Upgrade to 0.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
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 = ["macro-derive", "variant", "testing", "random", "enums"]
(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.Optional dependency 'heapless' 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 'heapless' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.60, which is newer than the last 2018-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.
libcoap-sys
Dependency autotools ^0.2.3 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency bindgen ^0.65.1 is significantly outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tinydtls-sys ^0.1.2 is slightly outdated
Consider upgrading to 0.2.0+tinydtls-9d6cf54 to get all the fixes and improvements.
Optional dependency 'openssl-sys' 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 'openssl-sys', 'gnutls-sys', 'tinydtls-sys', 'mbedtls-sys-auto' may have been unintentional.Published crate contains binary files
The crate contains binary files (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.
every_variant
Dependency heapless 0.7.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 = ["rust-patterns"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["enums", "variant", "testing", "testing-debugging", "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.Optional dependency 'heapless' 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 'heapless' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.60, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
mosquitto-plugin
Dependency bindgen 0.64 is significantly outdated
Upgrade to the latest version 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 = ["mosquitto", "mqtt", "broker", "plugin", "acl"]
(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.
mqtt-ping
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency rumqttc 0.17.0 is significantly outdated
Consider upgrading to the latest version to get all the fixes and improvements.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to the latest version to get all the fixes and improvements.
Dependency rustls 0.20.7 is outdated
Consider upgrading to the latest version to get all the fixes and improvements.
Dependency rustls-native-certs 0.6.2 is outdated
Consider upgrading to the latest version to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["measure-time", "broker", "ping", "mqtt", "sending"]
(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.
kv_store
Failed to verify create's content against its repository
Verified 7 out of 10 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 245b4b07d09b6e8d510843e75ac7d9a79877115f, which is not in the repository.
- 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
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.src/
lib.rs
does not match the repository.traits.rs
does not match the repository.
Fetched
https://github.com/totalkrill/kv_store.git
23dcba5b6eb8856985cac557626b09d0be431e4e.Checked on 2024-08-04
This check is experimental.
- warning: Crate tarball has been published from the commit 245b4b07d09b6e8d510843e75ac7d9a79877115f, which is not in the repository.
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 = ["key-value-store", "storage", "solution"]
(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.
mqtt_macro, dart6ul-gpio, mqtt-procmacro
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.
libcoap-rs
Dependency num-derive ^0.3.3 is outdated
Upgrade to 0.4.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand ^0.8.4 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency thiserror ^1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
bevy_mod_lookat
Missing keywords
Help users find your crates. Add
keywords = ["bevy-plugin", "entity", "target", "towards", "rotation"]
(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.
mqtt_macro, random_variant_macro, every_variant_macro, mqtt-procmacro
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.
dart6ul-gpio
Dependency embedded-hal 0.2.6 is a bit outdated
Consider upgrading to the latest version to get all the fixes and improvements.
Latest stable release is old
It's been over 3 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).If the crate is truly stable, why not make a 1.0.0 release?
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["pin", "module", "gpio-pin", "linux-gpio", "userspace"]
(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.
mqtt_macro
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 = ["topic", "payload", "mqtt", "json", "mqtt-item"]
(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.
random_variant_macro, every_variant_macro, mqtt-procmacro
Dependency syn 1.0 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
every_variant_macro
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"
).
mqtt-procmacro
Dependency proc-macro-crate 1.1 is outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
bevy_mod_simplest_healthbar, wispr-clocksync, wordext
Internal error
We couldn't check this crate at this time, because: deadline has elapsed. Please try again later.
rocket_okapi_fork, all_variants, rocket_okapi_codegen_fork, okapi_fork, wispr-bsp, wispr-gateway, wispr-rabbitmq, anchor-link, radio-link, wispr-mqttlib, clipclean, mqtt-recorder-rs, midi-beeper, hbgen, serial_frame, cargo-rocketapi, openapi_rocketapi, filedupes, snet
Internal error
We couldn't check this crate at this time, because: deadline has elapsed. Please try again later.
No issues found in: diffsync
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.