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.
tetanes-web
Failed to verify create's content against its repository
Verified 3 out of 36 files (includes 3 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repositoryURL inCargo.tomlis correct
- Make sure the
- warning: Could not discover crate's location in its repository (via tags).
Files in the crates.io crate compared to the repository:
LICENSE.mdexists, but elsewhere in the repo..gitignoredoes not match the repository.README.mddoes not match the repository.Cargo.lockdoes not match the repository.Web.tomlexists, but elsewhere in the repo.Cargo.toml.origdoes not match the repository.bin/start.shexists, but elsewhere in the repo.build.shexists, but elsewhere in the repo.
src/utils.rsexists, but elsewhere in the repo.lib.rsexists, but elsewhere in the repo.
web.rsexists, but elsewhere in the repo.www/globals.d.tsexists, but elsewhere in the repo.package-lock.jsonexists, but elsewhere in the repo.webpack.config.jsexists, but elsewhere in the repo.package.jsonexists, but elsewhere in the repo.tsconfig.jsonexists, but elsewhere in the repo.
www/public/emulogic.ttfexists, but elsewhere in the repo.index.htmlexists, but elsewhere in the repo.
www/public/roms/lan_master.txtexists, but elsewhere in the repo.alter_ego.nesexists, but elsewhere in the repo.blade_buster.txtexists, but elsewhere in the repo.streemerz.nesexists, but elsewhere in the repo.ao_demo.nesexists, but elsewhere in the repo.lan_master.nesexists, but elsewhere in the repo.ao.txtexists, but elsewhere in the repo.assimilate.txtexists, but elsewhere in the repo.streemerz.txtexists, but elsewhere in the repo.assimilate.nesexists, but elsewhere in the repo.alter_ego.txtexists, but elsewhere in the repo.from_below.nesexists, but elsewhere in the repo.blade_buster.nesexists, but elsewhere in the repo.from_below.txtexists, but elsewhere in the repo.
www/src/bootstrap.tsexists, but elsewhere in the repo.index.tsexists, but elsewhere in the repo.
Fetched
https://github.com/lukexor/tetanes.gita29241f2508972bc998519ec0bdf11041e5c22ba.Checked on 2025-03-15
This check is experimental.
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.
Dependency tetanes ^0.9 is slightly outdated
Consider upgrading to 0.14.2 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
tetanes
Dependency cpal ^0.17 is significantly outdated
Upgrade to 0.18.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency egui ^0.34 is outdated
Upgrade to 0.35.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency egui_extras ^0.34 is outdated
Upgrade to 0.35.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pollster ^0.4 is outdated
Consider upgrading to 1.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 wgpu ^29.0 is outdated
Upgrade to 30.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
pix-engine
Dependency getrandom ^0.2 is outdated
Upgrade to 0.4.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lru ^0.12 is outdated
Upgrade to 0.18.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency png ^0.17 is outdated
Upgrade to 0.18.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand ^0.8 is outdated
Upgrade to 0.10.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sdl2 ^0.35 is outdated
Upgrade to 0.38.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror ^1.0 is outdated
Upgrade to 2.0.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate contains binary files
The crate contains binary files (Windows DLL, static library). 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.
tetanes, tetanes-core
Dependency bincode ^2.0 is significantly outdated
Upgrade to 3.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.