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.
experimental-test
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.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.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.
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"
).If the crate is truly stable, why not make a 1.0.0 release?
Missing keywords
Help users find your crates. Add
keywords = ["experimental", "experimental-test", "testing"]
(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.
aleo-std-timed
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 syn 1 is significantly outdated
Upgrade to 2.0.100 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.Imprecise dependency requirement syn = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.100"
. 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.
snarkvm-curves, snarkvm-console-program, leo-test-framework, snarkvm-ledger-block, snarkos-node-bft, snarkvm-ledger, snarkvm-ledger-store, snarkvm-circuit-program, aleo-std, snarkvm-synthesizer-program, snarkvm-circuit-types-field, snarkvm-circuit-types-integers, leo-lang, snarkvm-console-collections, snarkvm-circuit-types-boolean, snarkvm-console-algorithms, snarkvm-circuit-algorithms, snarkvm-synthesizer-process, snarkvm-console-account, snarkvm, snarkvm-algorithms, leo-ast, snarkvm-circuit-account, snarkvm-console-types-address, snarkvm-console-types-field, snarkvm-console-types-scalar, leo-parser, snarkvm-console-types-integers, snarkvm-circuit-types-group, snarkvm-circuit-types-scalar, snarkvm-synthesizer, snarkvm-synthesizer-snark, snarkvm-circuit-network, snarkvm-circuit-collections, snarkvm-parameters, snarkvm-utilities, snarkvm-circuit-types-address, snarkvm-console-types-group, snarkos-node-tcp, snarkvm-console-types-boolean, snarkos-node-metrics, snarkvm-fields, snarkvm-circuit-environment, snarkos, aleo-std-cpu, snarkos-node-bft-events, snarkvm-ledger-query, snarkvm-ledger-narwhal-transmission, snarkvm-console-types-string, snarkos-node, snarkvm-ledger-narwhal-transmission-id, snarkvm-ledger-narwhal-batch-header, snarkvm-ledger-narwhal-subdag, snarkvm-circuit, snarkvm-ledger-narwhal-batch-certificate, snarkvm-circuit-types-string, snarkos-node-router-messages, aleo-std-storage, snarkvm-console, snarkvm-ledger-committee, snarkos-node-bft-ledger-service, leo-package, snarkvm-ledger-narwhal-data, snarkos-node-router, snarkvm-console-network-environment, aleo-std-timer, snarkvm-ledger-authority, aleo-std-profiler, leo-compiler, snarkos-node-sync-locators, snarkvm-console-network
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.
snarkvm-ledger-narwhal, snarkos-node-sync, snarkvm-ledger-puzzle, snarkvm-ledger-test-helpers, snarkos-account, snarkos-cli, snarkvm-ledger-puzzle-epoch, snarkos-node-bft-storage-service, snarkvm-wasm, snarkvm-algorithms-cuda, snarkos-node-sync-communication-service, snarkos-node-cdn, snarkos-node-consensus, aleo, snarkvm-ledger-coinbase, snarkos-rpc, snarkos-node-rest, snarkos-network, snarkos-display, snarkvm-metrics, snarkvm-marlin, snarkvm-console-types, wagyu, leo-input, wagyu-zcash-parameters, snarkvm-circuit-types, snarkos-consensus, snarkos-node-env, snarkos-node-messages, snarkvm-dpc, snarkos-profiler, leo-linter, snarkvm-polycommit, snarkvm-gadgets, leo-asg, snarkos-storage, snarkvm-r1cs, leo-grammar, snarkos-toolkit, credits, leo-core, snarkvm-profiler, leo-imports, leo-state, snarkos-parameters, snarkvm-synthesizer-coinbase, wagyu-zcash, leo-asg-passes, leo-synthesizer, wagyu-bitcoin, wagyu-monero, wagyu-ethereum, snarkvm-utilities-derives, wagyu-model, snarkos-metrics, snarkvm-circuit-environment-witness, wagyu-zcash-parameters-2, wagyu-zcash-parameters-1, wagyu-zcash-parameters-3, snarkos-node-narwhal-events, aleo-std-time, snarkvm-compiler, snarkvm-posw, wagyu-zcash-parameters-4, wagyu-zcash-parameters-5, snarkos-node-narwhal-ledger-service, snarkvm-derives
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.
field-derive
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 num-bigint 0.2 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency proc-macro2 0.4 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency quote 0.6 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 0.14 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 5 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"
).License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
wagyu-zcash-parameters-6, bento-box, unagi, wagu_model
Internal error
We couldn't check this crate at this time, because: deadline has elapsed. Please try again later.
No issues found in: snarkvm-nonnative snarkvm-objects snarkvm-storage snarkvm-models snarkvm-errors leo-gadgets leo-type-inference leo-symbol-table leo-typed snarkos-benchmarks snarkos-testing leo-liner snarkos-posw snarkos-marlin snarkos-polycommit snarkos-dpc snarkos-objects snarkos-gadgets snarkos-algorithms snarkos-curves snarkos-models snarkos-utilities snarkos-derives snarkos-errors
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.