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_gltf_trait
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.
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.
mevy, bevy_gltf_trait, mevy_ecs_syntax, mevy_ui_syntax, mevy_core_syntax
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.
deki_lerp
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Published crate doesn't match its repository
Partially verified 6 files (includes 2 Cargo-generated).
Looked for the crate in
crates/lerp/
. Fetchedhttps://github.com/dekirisu/deki-rs.git
38376988e4ef577d34c3dd6ea135cc0aa51dceb3.Checked on 2024-12-29
This check is experimental.
Missing keywords
Help users find your crates. Add
keywords = ["lerp", "deki", "interpolations", "myself"]
(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.
deki_proc
Published crate doesn't match its repository
Partially verified 5 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/proc/
. Fetchedhttps://github.com/dekirisu/deki-rs.git
94e2636923c66877aaea588c6a7e03cce680c583.Checked on 2025-01-12
Dependency convert_case 0.6 is a bit outdated
Consider upgrading to 0.8.0 to get all the fixes and improvements.
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 = ["development-tools::procedural-macro-helpers"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["helper", "proc", "helpers", "myself"]
(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.
mevy_core_syntax
Published crate doesn't match its repository
Partially verified 5 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/core/syntax/
. Fetchedhttps://github.com/dekirisu/mevy.git
d558a7c90455fc429c5e4fc7562a7718dc6d15cb.Checked on 2025-04-27
deki_core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Published crate doesn't match its repository
Partially verified 5 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/core/
. Fetchedhttps://github.com/dekirisu/deki-rs.git
3c8f2b16a5b48c449015ea90990f840442767084.Checked on 2025-03-16
Dependency derive_more 1.0.0 is outdated
Upgrade to 2.0.1 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 keywords
Help users find your crates. Add
keywords = ["myself", "deki", "deki-core"]
(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.
maflow
Failed to verify create's content against its repository
Verified 8 out of 10 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.1.0'.
- 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.lock
not found.README.md
does not match the repository.settings.json
does not match the repository.
Fetched
https://github.com/dekirisu/maflow.git
8d180be7e7c49bd5f5556d072ee725a72876c8b6.Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
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.
bevy_cell
Dependency hashbrown 0.14 is significantly outdated
Upgrade to 0.15.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate doesn't match its repository
Partially verified 10 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/dekirisu/bevy_cell.git
352d73391ab96e81e00397d7faf432ecfa295ba9.Checked on 2024-07-28
derive_preset
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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::procedural-macro-helpers"]
to theCargo.toml
.
intuple
Published crate doesn't match its repository
Partially verified 18 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/dekirisu/intuple.git
cf6d8be24642a994248e260e328f1682ba5eec72.Checked on 2024-07-24
deki
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 = ["myself", "deki", "default"]
(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.
deki_proc, mevy_ecs_syntax, mevy_ui_syntax, mevy_core_syntax, deki_lerp
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
deki_macros
Published crate doesn't match its repository
Partially verified 4 files (includes 2 Cargo-generated).
Looked for the crate in
crates/macros/
. Fetchedhttps://github.com/dekirisu/deki-rs.git
0a25a06087e43b10a4eb3c82003860f17bbe91c6.Checked on 2024-12-29
buns
Published crate doesn't match its repository
Partially verified 10 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/dekirisu/buns.git
c04e7e8b703d2d528aa4fc025d3db7ff045c52de.Checked on 2025-01-12
querun
Dependency redis ^0.21.6 is outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde-redis 0.12.0 is slightly outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
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 = ["querun", "server"]
(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.
deki_core, deki_macros, mevy_core, deki_derive
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
mevy_core
Published crate doesn't match its repository
Partially verified 5 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/core/
. Fetchedhttps://github.com/dekirisu/mevy.git
d558a7c90455fc429c5e4fc7562a7718dc6d15cb.Checked on 2025-04-12
deki_derive
Published crate doesn't match its repository
Partially verified 5 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/derive/
. Fetchedhttps://github.com/dekirisu/deki-rs.git
3c8f2b16a5b48c449015ea90990f840442767084.Checked on 2025-03-16
querio
Dependency intuple 0.1.0 is slightly outdated
Consider upgrading to 0.2.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 = ["builder", "querio", "variables"]
(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.
querio_redisgraph, querio_derive, querun_derive
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
querio_redisgraph, querio_derive, querun_derive
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.
No issues found in: mevy_ui mevy_ecs type_cell intuple_derive strung strung_derive
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.