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.
wasm-pvm-cli
Could not find the crate in the repository
Make sure the main branch of
https://github\.com/fluffylabs/wasm\-pvmcontains theCargo.tomlfor the crate. If you have forked the crate, change the repository property inCargo.tomlto your fork's URL.Imprecise dependency requirement anyhow = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.102". IfCargo.lockends 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-versionsflag, 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 = ["wasm", "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 = ["pvm", "wasm", "compiler", "import", "wasm-memory"](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.
wasm-pvm, jsonrpc-ws-server
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.
parity-ws
Dependency bytes 0.4.6 is significantly outdated
Upgrade to 1.11.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.Dependency mio 0.6.14 is significantly outdated
Upgrade to 1.2.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.7 is significantly outdated
Upgrade to 0.10.1 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 sha-1 0.8.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::websocket"]to theCargo.toml.
trace-time
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/paritytech/parity\-common\.gitAt 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.
Latest stable release is old
It's been over 6 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?
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.
License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::profiling"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["timer", "scope", "logging", "execute", "performance"](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.
jsonrpc-stdio-server
Dependency tokio-util 0.6 is significantly outdated
Upgrade to 0.7.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.52.0". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versionsCargo option, because it's very easy to accidentally use a feature added in a later version.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["json-rpc-server", "stdio", "stdout", "stdin", "server-builder"](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.
jsonrpc-derive
Dependency proc-macro-crate 0.1.4 is significantly outdated
Upgrade to 3.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.117 to get all the fixes, and avoid causing duplicate dependencies in projects.
jsonrpc-server-utils
Dependency tokio-util 0.6 is significantly outdated
Upgrade to 0.7.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.52.0". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]to theCargo.toml.
jsonrpc-pubsub
Dependency rand 0.7 is significantly outdated
Upgrade to 0.10.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
jsonrpc-pubsub, jsonrpc-server-utils, jsonrpc-test, jsonrpc-derive, trace-time
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.
jsonrpc-pubsub, jsonrpc-ipc-server, jsonrpc-tcp-server
Dependency parking_lot 0.11.0 is significantly outdated
Upgrade to 0.12.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
club-mate
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Latest stable release is old
It's been over 6 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").Missing keywords
Help users find your crates. Add
keywords = ["club", "mates", "refreshing", "mate", "boost"](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.
resty
Dependency arrayvec 0.4 is significantly outdated
Upgrade to 0.7.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency futures 0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency hyper 0.11 is significantly outdated
Upgrade to 1.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 8 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").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.
jsonrpc-pubsub, jsonrpc-ipc-server, jsonrpc-stdio-server, jsonrpc-server-utils, jsonrpc-test, jsonrpc-tcp-server, jsonrpc-derive, parity-ws
Latest stable release is old
It's been over 4 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").Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
jsonrpc-pubsub, jsonrpc-ipc-server, jsonrpc-tcp-server
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]to theCargo.toml.
jsonrpc-test
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::testing"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["test-framework", "json-rpc", "io-handler", "testing", "framework-for-json-rpc"](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.
jsonrpc-ipc-server
Missing keywords
Help users find your crates. Add
keywords = ["json-rpc-server", "ipc-server", "cross-platform"](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.
jsonrpc-tcp-server
Missing keywords
Help users find your crates. Add
keywords = ["json-rpc-server", "tcp-server", "server-builder", "ip", "documentation"](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.
ethsign, transaction-pool, web3, parity-wordlist, ethsign-crypto, parity-dapps-glue, web3-async-native-tls, ethereum-transaction
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.
jsonrpc-pubsub-examples
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
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.
jsonrpc-client-transports
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/jsonrpc-client-transports ) failed. Please try again later.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.