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.
group, ff, pairing
Latest prerelease is old
It's been over 7 months. 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.
ff
Published crate doesn't match its repository
Partially verified 14 files (includes 2 Cargo-generated).
Fetched
https://github.com/zkcrypto/ff.git2cf95d9edd5856a4d2a775cc10bcabf79ad6010c.Checked on 2025-04-27
This check is experimental.
Imprecise dependency requirement byteorder = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
byteorder = "1.5.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 keywords
Help users find your crates. Add
keywords = ["finite-fields", "prime-field", "traits", "rfc-process"](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.Optional dependency 'bitvec' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:syntax. Features 'bitvec', 'byteorder', 'ff_derive' may have been unintentional.
group
Missing keywords
Help users find your crates. Add
keywords = ["elliptic-curve-group", "utilities", "create", "rfc-process"](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.Optional dependency 'rand_xorshift' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:syntax. Features 'rand_xorshift', 'rand', 'memuse' may have been unintentional.
group, pairing, x509, bls12_381, age-plugin, age-core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["cryptography"]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.
addchain
Latest stable release is old
It's been over 5 years. How did the experiment go? 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?
Dependency num-bigint 0.3 is significantly outdated
Upgrade to 0.4.6 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.
Missing keywords
Help users find your crates. Add
keywords = ["addition-chain", "step", "cryptography", "compute", "sequence"](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.
x509
Latest stable release is old
It's been over 4 years. How did the experiment go? 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 = ["x509-certificate", "serialization", "api", "rfc"](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.
flipperzero-test
Failed to verify create's content against its repository
Verified 4 out of 5 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- error: Crate repo contained a malformed or forbidden path (suspicious path): 'crates/../README.md'
- 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:
README.mdexists, but elsewhere in the repo.
Looked for the crate in
crates/test/. Fetchedhttps://github.com/flipperzero-rs/flipperzero.gittaggedv0.15.0(aec4c9500b8c94296b3454d3e5164a11beed467c).Checked on 2025-04-23
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 = ["embedded"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["flipper-zero", "embedded", "sdk-version"](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.
bellman
Imprecise dependency requirement byteorder = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
byteorder = "1.5.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.Latest stable release is old
It's been over 2 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 = ["zk-snarks", "build", "scalar-field", "boolean-logic", "proving"](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.Optional dependency 'lazy_static' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:syntax. Features 'lazy_static', 'log', 'num_cpus', 'rayon', 'pairing', 'crossbeam-channel' may have been unintentional.
pairing
Missing keywords
Help users find your crates. Add
keywords = ["pairing-friendly-elliptic-curve", "bls12-381", "rfc-process"](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.
memuse
Published crate doesn't match its repository
Partially verified 15 files (includes 2 Cargo-generated).
Fetched
https://github.com/str4d/memuse.gitd7144494b888b2a1be266685bb36ed980056c5f6.Checked on 2024-12-15
Dependency nonempty 0.7 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
backflip
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.Dependency nom 7.1 is a bit outdated
Consider upgrading to 8.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.Missing keywords
Help users find your crates. Add
keywords = ["flipper-zero", "trick", "ir", "perform", "button"](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.
zcash_proofs, zcash_primitives, zcash_client_backend, zcash_keys, pasta_curves, orchard, zcash_address, zip32, zcash_note_encryption, halo2_proofs, zcash_transparent
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.
bls12_381
Dependency digest 0.9 is significantly outdated
Upgrade to 0.10.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["constant-time-operations", "experimental", "default", "target", "bit"](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.
i2p_snow
Dependency failure ^0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency failure_derive ^0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency rand ^0.6 is significantly outdated
Upgrade to 0.9.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand_core ^0.4 is significantly outdated
Upgrade to 0.9.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ring ^0.14.0 is significantly outdated
Upgrade to 0.17.14 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rust-crypto ^0.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency smallvec ^0.6.3 is significantly outdated
Upgrade to 1.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency x25519-dalek ^0.4 is significantly outdated
Upgrade to 2.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
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").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.
Dependency hacl-star 0.0.13 is outdated
Upgrade to 0.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustc_version ^0.2 is significantly outdated
Upgrade to 0.4.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
yubikey
Dependency base16ct 0.2 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
Dependency num-bigint-dig 0.8 is a bit outdated
Consider upgrading to 0.9.1 to get all the fixes and improvements.
Dependency secrecy 0.8 is outdated
Consider upgrading to 0.10.3 to get all the fixes and improvements.
Imprecise dependency requirement subtle = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
subtle = "2.6.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.
age-core
Dependency base64 0.21 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8 is outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Latest stable release is old
It's been over 12 months. How did the experiment go? 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 = ["age-encryption", "across", "recipient", "beta", "file-encryption"](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.Optional dependency 'tempfile' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:syntax. Feature 'tempfile' may have been unintentional.
siso
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["emulators"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["emulation", "ibm", "io", "incomplete", "work-in-progress"](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.Optional dependency 'gumdrop' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:syntax. Features 'gumdrop', 'tracing-subscriber' may have been unintentional.
bridgetree
Imprecise dependency requirement proptest = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
proptest = "1.9.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 keywords
Help users find your crates. Add
keywords = ["merkle-tree", "checkpointing", "state", "data-structures", "bridge"](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.Optional dependency 'proptest' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:syntax. Feature 'proptest' may have been unintentional.
schemerz
Published crate doesn't match its repository
Partially verified 8 files (includes 2 Cargo-generated).
Looked for the crate in
schemerz/. Fetchedhttps://github.com/zcash/schemerz.git23a5f277a0b7a0b2209d801aaf983a35d64a3d6d.Checked on 2024-10-19
Dependency daggy 0.8 is outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency indexmap 1 is outdated
Upgrade to 2.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is outdated
Consider upgrading to 2.0.17 to get all the fixes and improvements.
Imprecise dependency requirement indexmap = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
indexmap = "2.12.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.
bcrypt-pbkdf, pinentry
Imprecise dependency requirement zeroize = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
zeroize = "1.8.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.
age-plugin
Dependency base64 0.21 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency bech32 0.9 is outdated
Upgrade to 0.11.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["encryption", "age-encryption", "file-encryption", "recipient", "identity"](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.
zk
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Dependency rand_core 0.6 is outdated
Consider upgrading to 0.9.3 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["zero-knowledge-proofs", "traits-for-with-zero-knowledge"](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.
flipperzero-test-macros
Failed to verify create's content against its repository
Verified 5 out of 6 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- error: Crate repo contained a malformed or forbidden path (suspicious path): 'crates/../README.md'
- 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:
README.mdexists, but elsewhere in the repo.
Looked for the crate in
crates/test/macros/. Fetchedhttps://github.com/flipperzero-rs/flipperzero.gittaggedv0.15.0(aec4c9500b8c94296b3454d3e5164a11beed467c).Checked on 2025-04-24
Dependency syn 1 is significantly outdated
Upgrade to 2.0.111 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement syn = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.111". 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.
jubjub
Missing keywords
Help users find your crates. Add
keywords = ["elliptic-curve-group", "constant-time-operations", "audit"](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.
incrementalmerkletree, zcash_client_sqlite, zcash_spec, reddsa, pczt, equihash, f4jumble, sapling-crypto, zcash_encoding, libzcash_script, sinsemilla, halo2_gadgets, zcash_history, halo2, zcash_extensions, zcash, zallet
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.
shardtree
Imprecise dependency requirement proptest = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
proptest = "1.9.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 keywords
Help users find your crates. Add
keywords = ["merkle-tree", "checkpointing", "insertion", "state", "marked"](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.
pinentry
Dependency which 4 is outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
halo2_poseidon
Failed to verify create's content against its repository
Partially verified 12 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'halo2_gadgets-0.1.0'.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
Looked for the crate in
halo2_poseidon/. Fetchedhttps://github.com/zcash/halo2.gitf066ace1f234d7fe1908851ed86b1801e0b1ffea.Checked on 2025-07-20
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'halo2_gadgets-0.1.0'.
Missing keywords
Help users find your crates. Add
keywords = ["halo2", "halo", "poseidon", "hash", "algebraic"](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.
i2p_elgamal
Dependency num-bigint 0.2 is significantly outdated
Upgrade to 0.4.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.5 is significantly outdated
Upgrade to 0.9.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sha2 0.7 is significantly outdated
Upgrade to 0.10.9 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 7 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
ORinstead of/.
groth16
Dependency rand_core 0.6 is outdated
Consider upgrading to 0.9.3 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 15 files (includes 2 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: There is no matching git tag containing version '0.1.0'.
git tag v0.1.0 c4672fc2aa5e1e30f5b144df89faf2485278cb8d; git push origin --tags
Looked for the crate in
groth16/. Fetchedhttps://github.com/zkcrypto/bellman.gitc4672fc2aa5e1e30f5b144df89faf2485278cb8d.Checked on 2025-03-23
Imprecise dependency requirement byteorder = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
byteorder = "1.5.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 = ["algorithms"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["bellman", "verifier", "prover-verifier", "prover-and-verifier", "proving"](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.
hazmat
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").
ff_derive
Published crate doesn't match its repository
Partially verified 5 files (includes 2 Cargo-generated).
Looked for the crate in
ff_derive/. Fetchedhttps://github.com/zkcrypto/ff.git2cf95d9edd5856a4d2a775cc10bcabf79ad6010c.Checked on 2025-04-19
Dependency num-bigint 0.3 is significantly outdated
Upgrade to 0.4.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 1 is significantly outdated
Upgrade to 2.0.111 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement syn = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.111". 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.License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.
i2p_elgamal, ire, i2p
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.
ire
Dependency bytes ^0.4 is significantly outdated
Consider upgrading to 1.11.0 to get all the fixes and improvements.
Dependency cookie-factory ^0.2 is significantly outdated
Consider upgrading to 0.3.3 to get all the fixes and improvements.
Dependency ed25519-dalek ^0.4 is significantly outdated
Consider upgrading to 2.2.0 to get all the fixes and improvements.
Dependency env_logger ^0.4 is significantly outdated
Consider upgrading to 0.11.8 to get all the fixes and improvements.
Dependency flate2 ^0.2 is significantly outdated
Consider upgrading to 1.1.0 to get all the fixes and improvements.
Dependency futures ^0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency itertools ^0.6 is significantly outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency log ^0.3 is significantly outdated
Consider upgrading to 0.4.29 to get all the fixes and improvements.
Dependency nom ^3.2 is significantly outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Dependency num ^0.1 is significantly outdated
Consider upgrading to 0.4.3 to get all the fixes and improvements.
Dependency rand ^0.3 is significantly outdated
Consider upgrading to 0.9.2 to get all the fixes and improvements.
Dependency sha2 ^0.6 is significantly outdated
Consider upgrading to 0.10.9 to get all the fixes and improvements.
Dependency tokio-core ^0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-io ^0.1 has issues
It may not be actively developed any more. Consider changing the dependency.
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").Dependency clap ^2.26 is outdated
Consider upgrading to 4.5.53 to get all the fixes and improvements.
hazmat-macros
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.111 to get all the fixes, and avoid causing duplicate dependencies in projects.
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").
hazmat-macros, ff_derive, plc, age-plugin-remote, halo2_dev, age-plugin-solo
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.
i2p
Dependency log 0.3.7 is significantly outdated
Upgrade to 0.4.29 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nom ^2.2 is significantly outdated
Upgrade to 8.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.3.15 is significantly outdated
Upgrade to 0.9.2 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").
age-plugin-cac, plc, age-plugin-remote, halo2_dev, age-plugin-solo
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
schemerz-rusqlite
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/schemerz-rusqlite ) failed. Please try again later.
tev
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/tev ) failed. Please try again later.
age
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/age ) failed. Please try again later.
schemerz-postgres
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/schemerz-postgres ) failed. Please try again later.
rage
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/rage ) failed. Please try again later.
age-plugin-yubikey
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/age-plugin-yubikey ) failed. Please try again later.
No issues found in: bls yubikey-piv
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.