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.
servicepoint_binding_c
Failed to verify create's content against its repository
Verified 5 out of 29 files (includes 2 Cargo-generated).
- warning: Could not find Cargo.toml for this package in its repo (via tags).
- Make sure the
repository
URL inCargo.toml
is correct
- Make sure the
- 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.build: crates.io=build.rs, orig=<unset>.
- If you have a monorepo, you can use git tags in format
cratename/v0.14.1
- If you have a monorepo, you can use git tags in format
Files in the crates.io crate compared to the repository:
Cargo.lock
does not match the repository.build.rs
not found.generate-binding.sh
not found.cbindgen.toml
not found.README.md
does not match the repository.flake.nix
does not match the repository.flake.lock
does not match the repository.Cargo.toml.orig
does not match the repository.rust.yml
does not match the repository.Makefile
not found.example/src/
random_stuff.c
not found.announce.c
not found.brightness_tester.c
not found.
servicepoint.h
not found.src/
bitmap.rs
not found.cp437_grid.rs
not found.lib.rs
not found.packet.rs
not found.char_grid.rs
not found.udp.rs
not found.typed_command.rs
not found.bitvec.rs
not found.brightness_grid.rs
not found.byte_slice.rs
not found.
Fetched
https://git.berlin.ccc.de/servicepoint/servicepoint
b6fa1b161e829678d868ae599dc61ee2d61b7d9f.Checked on 2025-05-04
This check is experimental.
- warning: Could not find Cargo.toml for this package in its repo (via tags).
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
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.
servicepoint2
Dependency bzip2 0.4 is a bit outdated
Consider upgrading to 0.5.2 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 = ["compression"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["pixel", "servicepoint2", "pixel-grid", "cccb", "archived"]
(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.
servicepoint-simulator
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["simulation"]
to theCargo.toml
.Published crate contains binary files
The crate contains binary files (WOFF font). 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.
servicepoint
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["compression"]
to theCargo.toml
.
servicepoint-cli
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::images"]
to theCargo.toml
.
servicepoint-life
Dependency rand 0.8 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["games"]
to theCargo.toml
.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.