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.
btleplug-kuyoonjo
Dependency jni 0.19.0 is significantly outdated
Upgrade to 0.21.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.
Dependency windows 0.57.0 is significantly outdated
Upgrade to 0.61.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency objc2 0.5.2 is outdated
Upgrade to 0.6.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency objc2-core-bluetooth 0.2.2 is slightly outdated
Consider upgrading to 0.3.1 to get all the fixes and improvements.
Dependency objc2-foundation 0.2.2 is outdated
Upgrade to 0.3.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Failed to verify create's content against its repository
Partially verified 75 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '0.11.7'.
- 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
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/deviceplug/btleplug.git
0e3824e089f81fa3fac84d1f7525b89ba1149b1c.Checked on 2025-01-12
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '0.11.7'.
License MIT/Apache-2.0/BSD-3-Clause is not in SPDX syntax
Use
OR
instead of/
.Optional dependency 'serde_bytes' 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_bytes', 'serde_cr' may have been unintentional.Published crate contains binary files
The crate contains binary files (JAR file). 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.
rest-model
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.
Published crate doesn't match its repository
Partially verified 14 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
rest-model/
. Fetchedhttps://github.com/kuyoonjo/rest-model-rs.git
856a4e7011755da734351d2305d35225a2a8214d.Checked on 2025-03-16
rest-model-postgres
Published crate doesn't match its repository
Partially verified 8 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
rest-model-postgres/
. Fetchedhttps://github.com/kuyoonjo/rest-model-rs.git
8f4b1da37106d06d4dde49cb911344bbf8ddbafa.Checked on 2025-03-16
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
tauri-plugin-appearance
Published crate doesn't match its repository
Partially verified 20 files (includes 2 Cargo-generated).
Fetched
https://github.com/kuyoonjo/tauri-plugin-theme.git
255049eb5e613016b770854f6eee355c61465ba8.Checked on 2024-10-20
Dependency cocoa 0.25 is outdated
Upgrade to 0.26.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tintanum 0.1 is slightly outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
Dependency windows-sys 0.52.0 is outdated
Upgrade to 0.59.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
tauri-plugin-theme-v1
Dependency gtk 0.15 is significantly outdated
Upgrade to 0.18.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate doesn't match its repository
Partially verified 14 files (includes 2 Cargo-generated).
Fetched
https://github.com/wyhaya/tauri-plugin-theme.git
fc8843fa87d1e5a2914096d3f30783f4a6547766.Checked on 2025-04-09
Dependency cocoa 0.25 is outdated
Upgrade to 0.26.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency futures-lite 1.13 is outdated
Upgrade to 2.6.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 tauri 1 is outdated
Upgrade to 2.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tintanum 0.1 is slightly outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
Dependency windows-sys 0.52.0 is outdated
Upgrade to 0.59.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
buffered_logger
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 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.
Missing keywords
Help users find your crates. Add
keywords = ["logging", "buffered", "buffered-logger", "logger"]
(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.
tauri-plugin-mqtt
Published crate doesn't match its repository
Partially verified 38 files (includes 2 Cargo-generated).
Fetched
https://github.com/kuyoonjo/tauri-plugin-mqtt.git
e42937ec234e22bcad5e25241a897cbd8a82a300.Checked on 2025-01-05
tauri-plugin-serialport-v1
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.Dependency tauri 1 is outdated
Upgrade to 2.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement tauri = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tauri = "2.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 = ["hardware-support", "gui"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["tauri-plugin", "serial-port", "tauri", "serialport-info"]
(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.
tauri-plugin-tcp
Published crate doesn't match its repository
Partially verified 21 files (includes 2 Cargo-generated).
Fetched
https://github.com/kuyoonjo/tauri-plugin-tcp.git
6e8490ce3b14373843b2e0914f5b94cfcd5e00a7.Checked on 2024-10-20
tauri-plugin-udp, tauri-plugin-mqtt, tauri-plugin-tcp, tauri-plugin-serialport-v1
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
tauri-plugin-udp, tauri-plugin-mqtt, tauri-plugin-appearance, tauri-plugin-tcp, tauri-plugin-theme-v1
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["gui"]
to theCargo.toml
.
tauri-plugin-udp, tauri-plugin-mqtt, tauri-plugin-appearance, tauri-plugin-tcp
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.
rest-model-postgres, tauri-plugin-appearance, tauri-plugin-theme-v1
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.44.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.
rest-model-macro
Published crate doesn't match its repository
Partially verified 6 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
rest-model-macro/
. Fetchedhttps://github.com/kuyoonjo/rest-model-rs.git
c8d6e453ce71563279496c373ab97f1a0a873c29.Checked on 2025-05-04
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.