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.
wesl-cli
Missing keywords
Help users find your crates. Add
keywords = ["shader", "wgsl", "wesl", "imports", "evaluate"]
(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.
wesl
Failed to verify create's content against its repository
Verified 39 out of 40 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 7d40c22c966439ab6b7542aa8c41e3460237eee5, 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.
- error: Dependencies don't match: 'wesl-macros' uses different versions: '0.1.2' vs '0.1.1'.
- error: Dependencies don't match: 'wgsl-parse' uses different versions: '0.1.2' vs '0.1.1'.
- error: Manifest properties don't match: package.version.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/wesl/
. Fetchedhttps://github.com/wgsl-tooling-wg/wesl-rs.git
f9a45c4e9c00203c95bf8d026bac4fa123e9354e.Checked on 2025-03-16
This check is experimental.
- warning: Crate tarball has been published from the commit 7d40c22c966439ab6b7542aa8c41e3460237eee5, which is not in the repository.
Missing keywords
Help users find your crates. Add
keywords = ["wgsl", "compiler", "shader", "import", "identifier"]
(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_wgsl, twwe-server, wesl-macros
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
wesl-cli, wesl, random_wgsl
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rendering::graphics-api"]
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.
wgsl-parse
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["template-engine"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["wgsl", "syntax", "syntax-tree", "attributes", "wesl"]
(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.
twwe-server
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/k2d222/twwe\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
Dependency itertools 0.11.0 is significantly outdated
Upgrade to 0.14.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.
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.Dependency axum 0.7 is outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency axum-extra 0.9.4 is outdated
Upgrade to 0.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency base64 0.21.2 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency image 0.24.5 is outdated
Upgrade to 0.25.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ndarray 0.15 is outdated
Consider upgrading to 0.16.1 to get all the fixes and improvements.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Dependency sanitize-filename 0.5.0 is outdated
Consider upgrading to 0.6.0 to get all the fixes and improvements.
Dependency thiserror 1.0.44 is a bit outdated
Consider upgrading to 2.0.12 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 tokio-tungstenite 0.24.0 is outdated
Upgrade to 0.26.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tower_governor 0.4.3 is outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency vek 0.16 is significantly outdated
Upgrade to 0.17.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
random_wgsl
Missing keywords
Help users find your crates. Add
keywords = ["wgsl", "shader", "wesl", "compiler", "random"]
(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.
wesl-macros
Failed to verify create's content against its repository
Verified 4 out of 5 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 7d40c22c966439ab6b7542aa8c41e3460237eee5, 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.
- error: Manifest properties don't match: package.version.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/wesl-macros/
. Fetchedhttps://github.com/wgsl-tooling-wg/wesl-rs.git
1a4de0d7168c44039bc1d1632ffcaa57ebf36bc0.Checked on 2025-03-16
- warning: Crate tarball has been published from the commit 7d40c22c966439ab6b7542aa8c41e3460237eee5, which is not in the repository.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.