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.
electrs_client
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.No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.Dependency brotli 7.0.0 is outdated
Upgrade to 8.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Missing keywords
Help users find your crates. Add
keywords = ["electrs", "client", "electrs-client"]
(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.
nintypes
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.Dependency bitcoin_hashes 0.12.0 is significantly outdated
Upgrade to 0.16.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.
Dependency bellscoin 0.30.7 is outdated
Consider upgrading to 0.31.0 to get all the fixes and improvements.
Dependency derive_more 1.0.0 is outdated
Upgrade to 2.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ordered-float 4.6.0 is outdated
Upgrade to 5.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Dependency strum 0.26.3 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-graceful-shutdown 0.15.3 is outdated
Consider upgrading to 0.16.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["nintypes", "type", "operation"]
(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.
bellscoincore-rpc-json
Published crate doesn't match its repository
Partially verified 7 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
json/
. Fetchedhttps://github.com/nintondo/rust-bellscoincore-rpc.git
d3efd6647fcdc661f54a796ff6cafa7b85a6aed9.Checked on 2025-04-19
This check is experimental.
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.219"
. IfCargo.lock
ends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versions
flag, used by users of old Rust versions.This crate does not bump semver-minor when adding new features, so to be safe you get all the features/APIs/fixes that your crate depends on, require a more specific patch version.
bells-miniscript
Dependency hashbrown 0.11 is significantly outdated
Upgrade to 0.15.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate doesn't match its repository
Partially verified 62 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/nintondo/rust-miniscript.git
e0acc0b63a760629c24cee623aa7ebf64ac66bc1.Checked on 2024-10-06
Dependency bellscoin 0.30.5 is outdated
Consider upgrading to 0.31.0 to get all the fixes and improvements.
bellscoin, nintondo-dogecoin, bellscoincore-rpc
Cryptocurrency crate
This crate has been classified as related to cyrptocurrencies. If you believe this categorization is a mistake, then please review crate's categories and keywords, or file a bug. If it is related, then please reconsider your choices, and yank it.
Author of this site is firmly convinced that cryptocurrencies have a net-negative effect on society.
nintypes, bells-miniscript, bellscoincore-rpc-json
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["cryptography"]
to theCargo.toml
.
No issues found in: bel-bech32
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.