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.
chatdbg
Published crate doesn't match its repository
Verified 5 out of 6 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.
Looked for the crate in
rust-support/chatdbg/
. Fetchedhttps://github.com/plasma-umass/chatdbg.git
taggedv1.0.0
(9c5ee8960c6b70d8a3b6edd8b42c27e5307fc626).Checked on 2025-04-27
This check is experimental.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science::ml", "development-tools::debugging"]
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.
Missing keywords
Help users find your crates. Add
keywords = ["pdb", "chatdbg", "lldb", "python", "why"]
(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.
microperf
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.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.
Failed to verify create's content against its repository
Verified 19 out of 21 files (includes 1 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
Files in the crates.io crate compared to the repository:
dist/
microperf-0.1.6.tar.gz
not found.microperf-0.1.6-py3-none-any.whl
not found.
Fetched
https://github.com/nicovank/microperf.git
taggedv0.1.6
(f2f64a5641e34a82e70cba897f84ebeec3e90fdb).Checked on 2024-08-04
- warning: The crates.io package has no commit hash associated with it.
Missing keywords
Help users find your crates. Add
keywords = ["microperf", "perf", "update", "py", "systemtap-sdt-dev"]
(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.Published crate contains binary files
The crate contains binary files (Python package). 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.
No issues found in: chatdbg_macros
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.