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.
my_parser_tutti_frutti
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.
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Published crate doesn't match its repository
Verified 295 out of 296 files (includes 2 Cargo-generated).
Files in the crates.io crate compared to the repository:
README.md
not found.
Fetched
https://github.com/tutt1frutty/my_parser_tutti_frutti.git
a4708c13406b09ca5e463b31fc92690e0b3b0c7c.Checked on 2024-10-20
This check is experimental.
Missing keywords
Help users find your crates. Add
keywords = ["parser", "my-parser-tutti-frutti", "tutti"]
(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 (DOS exe, Windows DLL, rust library, 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.
my_json_parser_proj
Failed to verify create's content against its repository
Verified 6 out of 12 files (includes 3 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
Files in the crates.io crate compared to the repository:
Cargo.lock
exists, but elsewhere in the repo.Cargo.toml
exists, but elsewhere in the repo.my_json.json
exists, but elsewhere in the repo.README.md
does not match the repository.Cargo.toml.orig
does not match the repository.main.rs
does not match the repository.json.pest
does not match the repository.json_parser_tests.rs
does not match the repository.
Fetched
https://github.com/tutt1frutty/my_json_parser.git
bc4b8a0650040e755205b745010d16c48256f57c.Checked on 2024-11-24
- 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 = ["parser-implementations"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["parser", "system", "description"]
(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.
zhersh_json_parser
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["parser", "system", "description"]
(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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.