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.
glslcc-rs
Published crate doesn't match its repository
Partially verified 10 files (includes 2 Cargo-generated).
Fetched
https://github.com/zatrit/glslcc-rs.git
04147481a29af46af0941051294854cfbe457aac.Checked on 2024-07-24
This check is experimental.
Dependency derive_more 0.99 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.Dependency shaderc 0.8 is outdated
Upgrade to 0.9.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.
Incorrect category
Crate's categories property in
Cargo.toml
contains 'opengl', 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.toml
contains 'shader', which isn't a category we recognizeIncorrect category
Crate's categories property in
Cargo.toml
contains 'glsl', which isn't a category we recognizeIncorrect category
Crate's categories property in
Cargo.toml
contains 'gpu', which isn't a category we recognizeMissing keywords
Help users find your crates. Add
keywords = ["shader", "glsl", "gpu", "opengl", "graphics"]
(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.
tinylj
Published crate doesn't match its repository
Partially verified 20 files (includes 2 Cargo-generated).
Fetched
https://github.com/zatrit/tinylj.git
e8ea4edd73e06a18bc119be487f338eca6dfb96b.Checked on 2024-08-10
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["compilers"]
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.
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.64, 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.
No issues found in: iter_traits
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.