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.
maili
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()
flags just for docs.rs and use them to hide problematic code.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
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 = ["connect", "op", "stack", "applications", "protocols"]
(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.
maili-serde
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["deserialize", "serde", "helper", "serialization", "maili"]
(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.
maili-flz
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["compression"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["tiny", "compression", "length", "fast-lz", "ci"]
(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.
op-alloy
Published crate doesn't match its repository
Partially verified 6 files (includes 3 Cargo-generated).
- error: Repository had submodule with an invalid or unsupported path: 'crates/registry/superchain-registry'
- File a bug https://gitlab.com/lib.rs/main if you think it should work
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/op-alloy/
. Fetchedhttps://github.com/alloy-rs/op-alloy.git
taggedv0.9.6
(af3252520ffbdee67904dc3b16cff37519ff33f1).Checked on 2025-01-26
This check is experimental.
- error: Repository had submodule with an invalid or unsupported path: 'crates/registry/superchain-registry'
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["op", "stack", "alloy", "connect", "applications"]
(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.
op-alloy-flz
Published crate doesn't match its repository
Partially verified 6 files (includes 3 Cargo-generated).
- error: Repository had submodule with an invalid or unsupported path: 'crates/registry/superchain-registry'
- File a bug https://gitlab.com/lib.rs/main if you think it should work
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/flz/
. Fetchedhttps://github.com/alloy-rs/op-alloy.git
taggedv0.9.6
(af3252520ffbdee67904dc3b16cff37519ff33f1).Checked on 2025-01-26
- error: Repository had submodule with an invalid or unsupported path: 'crates/registry/superchain-registry'
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["compression"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["tiny", "compression", "alloy", "length", "fast-lz"]
(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.
cargo-hoist
Dependency is-terminal is not needed
IsTerminal trait is in the standard library
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.217"
. 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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::cargo-plugins"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["cargo-subcommand", "binaries", "binary", "global", "path"]
(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.
preamble
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/refcell/amble\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
Dependency toml_edit 0.20 is significantly outdated
Upgrade to 0.22.23 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.
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.Dependency image 0.24 is outdated
Upgrade to 0.25.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency leon 2.0 is outdated
Upgrade to 3.0.2 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.Dependency reqwest 0.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["generator", "template", "scalable", "class", "clap"]
(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.
kona-std-fpvm
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["kernel", "platform", "fault", "proof", "api"]
(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.
exor
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-08-04
Dependency serde_yaml 0.9 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
kona-common-proc
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/anton\-rs/kona\.git
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
kona-std-fpvm-proc
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/op\-rs/kona\.git
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
op-alloy-consensus, op-alloy-rpc-types, op-alloy-registry, maili-registry, maili-protocol, maili-genesis, maili-rpc, maili-consensus, op-alloy-genesis, superchain-registry, op-alloy-rpc-types-engine, maili-interop, kona-derive, op-alloy-network, maili-rpc-types-engine, maili-superchain
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.
amble
Dependency vergen 8.0.0 is outdated
Upgrade to 9.0.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["cargo-toml", "workspace", "generator", "directory-structure", "scalable"]
(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.
lice
Incorrect category
Crate's categories property in
Cargo.toml
contains 'library', which isn't a category we recognizelib.rs has simplified and merged some of crates.io categories. Please file a bug if we got it wrong.
Dependency reqwest 0.11.22 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strsim 0.10.0 is outdated
Upgrade to 0.11.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
amble, cargo-hoist, preamble, exor
Dependency inquire 0.6 is outdated
Upgrade to 0.7.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
op-composer
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/anton\-rs/op\-up\.git
Dependency bollard 0.15.0 is significantly outdated
Upgrade to 0.18.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os::unix-apis"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["orchestration", "op", "stack", "container", "docker"]
(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.
rust-lang-chapter14-tutorial
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.Latest stable release is old
It's been over 3 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).If the crate is truly stable, why not make a 1.0.0 release?
Missing keywords
Help users find your crates. Add
keywords = ["numbers", "game", "guess", "computer", "fun"]
(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.
op-alloy-protocol, maili-provider, op-alloy-rpc-jsonrpsee, maili-rpc-jsonrpsee, op-alloy-provider, superchain, kona-mpt, kona-proof, kona-preimage, maili-common, kona-executor, kona-driver, kona-derive-alloy, subway-rs, archon, huff_lexer, op-stages, flashloan-rs, superchain-derive, huff_utils, varro, axos-primitives, gprobe, op-config, op-primitives, op-contracts, superchain-primitives, alchemy-rs
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.
kona-common
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["memory-management"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["virtual-machine", "fault", "proof", "programs", "fpvm"]
(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.
axos, rust-lang-chapter14-tutorial, opup, preamble2
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
opup
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 bollard 0.15 is significantly outdated
Upgrade to 0.18.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency which 5.0 is significantly outdated
Upgrade to 7.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency inquire 0.6 is outdated
Upgrade to 0.7.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency svm-rs 0.3 is outdated
Upgrade to 0.5.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["up", "op", "stack", "binary", "spin"]
(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.
morc
Incorrect category
Crate's categories property in
Cargo.toml
contains 'library', which isn't a category we recognizeIncorrect category
Crate's categories property in
Cargo.toml
contains 'markdown', which isn't a category we recognize
ddog
Dependency reqwest 0.11.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_with 2.0.0 is outdated
Upgrade to 3.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging"]
to theCargo.toml
.
loss
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["tracing-subscriber", "portable", "spans", "lo-level", "no-std"]
(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.
axos
Missing keywords
Help users find your crates. Add
keywords = ["colored", "derivation", "pipeline", "non-std"]
(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.
preamble2
Failed to verify create's content against its repository
Verified 1 out of 6 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
- warning: The crates.io package has no information about its path inside its repository.
- warning: Could not discover crate's location in its repository (via tags).
- warning: Could not find any matching commit in the repository. Used latest commit as a fallback. The results may be incorrect.
- warning: There is no matching git tag containing version '0.0.1'.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
README.md
does not match the repository.Cargo.toml.orig
does not match the repository.src/
pipeline.rs
not found.telemetry.rs
not found.lib.rs
not found.
Fetched
https://github.com/refcell/amble.git
7e4345cf239074785af102b1a2c0581844f5f661.Checked on 2024-07-24
- warning: The crates.io package has no commit hash associated with it.
Dependency toml_edit 0.20 is significantly outdated
Upgrade to 0.22.23 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
Dependency image 0.24 is outdated
Upgrade to 0.25.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency inquire 0.6 is outdated
Upgrade to 0.7.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency leon 2.0 is outdated
Upgrade to 3.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ptree 0.4 is a bit outdated
Consider upgrading to 0.5.2 to get all the fixes and improvements.
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["up", "modern", "ground", "manager", "re-written"]
(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.
No issues found in: super noerror decolor mev-rs
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.