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.
ratatuio
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.
README missing from the repository
We've searched
https://github\.com/io\-maciek/ratatuio\.gitand could not find a README file there.No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.Published crate doesn't match its repository
Partially verified 9 files (includes 2 Cargo-generated).
Fetched
https://github.com/io-maciek/ratatuio.git0cbc7449ebdc4e0fe1e93f601cfc7467917d376f.Checked on 2024-12-15
This check is experimental.
Dependency crossterm 0.28.1 is outdated
Upgrade to 0.29.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.
Missing keywords
Help users find your crates. Add
keywords = ["ratatui", "view", "module", "methods", "different"](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.
iodeser
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]to theCargo.toml.Published crate contains binary files
The crate contains binary files (Cab file). 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.
io_deser
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.
No issues found in: io_de_ser
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.