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.
hax-driver
Dependency itertools 0.11.0 is significantly outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency colored 2 is a bit outdated
Consider upgrading to 3.0.0 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 tracing-tree ^0.2 is outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support", "compilers"]
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 = ["hax", "formal-verification", "assurance", "translation", "high"]
(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.
hax-types
Dependency itertools 0.11.0 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency colored 2 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 13 out of 14 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.
Looked for the crate in
hax-types/
. Fetchedhttps://github.com/cryspen/hax.git
taggedhax-types-v0.1.0
(c953902365f4188fb6a01036eae0a5f05b35ae42).Checked on 2025-01-26
This check is experimental.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations", "hardware-support"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["hax", "rustc", "json", "driver", "message"]
(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.
hax-bounded-integers
Dependency duplicate 1.0.0 is outdated
Consider upgrading to 2.0.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["hax", "formal-verification", "integer", "bounded", "translation"]
(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
.