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.
catalytic_query_parser, catalytic_table_to_struct, catalytic, swift_localizable_json_parser, xcstringsdocx, catalytic_macro, grdb_orm_lib, cdrs_helpers_derive_temp
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.
catalytic_query_parser
Missing keywords
Help users find your crates. Add
keywords = ["query-parser", "cassandra", "catalytic-query-parser", "scylla", "mapper"]
(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.
catalytic_query_parser, catalytic_table_to_struct, proc_macro2_helper
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::procedural-macro-helpers"]
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.
xcstringsdocx
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Imprecise dependency requirement serde_json = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde_json = "1.0.140"
. 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 keywords
Help users find your crates. Add
keywords = ["xcstringsdocx", "converter", "generated", "com"]
(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.
sqlite_parser
Dependency rusqlite 0.30.0 is significantly outdated
Upgrade to 0.35.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.
Published crate doesn't match its repository
Partially verified 7 files (includes 2 Cargo-generated).
Fetched
https://github.com/jasperav/sqliteparser.git
68d2f0442b58f198b4d68aa8ffccf9f0ef29a693.Checked on 2024-08-10
This check is experimental.
catalytic_query_parser, catalytic_table_to_struct, catalytic, catalytic_macro, grdb_orm_lib, scylla_orm, scylla_orm_table_to_struct, scylla_orm_query_parser, scylla_orm_macro, first_crate_test_12345
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.
env_parser
Published crate doesn't match its repository
Partially verified 17 files (includes 2 Cargo-generated).
Fetched
https://github.com/jasperav/env_parser.git
1218a66974be2604ecfef567a07d143bf18ed922.Checked on 2024-07-24
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science"]
to theCargo.toml
.
rand_derive2
Published crate doesn't match its repository
Partially verified 21 files (includes 2 Cargo-generated).
Fetched
https://github.com/jasperav/rand_derive2.git
b7512d0961d51c5b7c69b563eed5a13cbe5c69a7.Checked on 2024-08-10
proc_macro2_helper
Published crate doesn't match its repository
Partially verified 11 files (includes 2 Cargo-generated).
Fetched
https://github.com/jasperav/proc_macro2_helper.git
ddfb4aafa462999fcba5d66960db68add345ff43.Checked on 2024-07-28
catalytic
Dependency scylla 0.14.0 is outdated
Upgrade to 1.1.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 thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["scylla", "cassandra", "query", "com", "driver"]
(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.
scylla_orm
Dependency uuid 0.8 is significantly outdated
Upgrade to 1.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heck 0.3 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency scylla 0.3.0 is outdated
Upgrade to 1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Imprecise dependency requirement once_cell = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
once_cell = "1.21.0"
. 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.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versions
Cargo option, because it's very easy to accidentally use a feature added in a later version.
swift_localizable_json_parser
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["internationalization"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["xcstrings", "localizable", "json-parser"]
(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.
catalytic_table_to_struct
Missing keywords
Help users find your crates. Add
keywords = ["table", "struct", "primary-key", "mapper", "cassandra"]
(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.
cdrs_temp
Dependency rand 0.4.1 is significantly outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustls 0.17 is significantly outdated
Upgrade to 0.23.27 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency snap 0.2.3 is significantly outdated
Upgrade to 1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency time 0.2.16 is significantly outdated
Upgrade to 0.3.41 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency uuid 0.8.1 is significantly outdated
Upgrade to 1.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Locked dependency version lz4-compress =0.1.0
This can easily cause a dependency resolution conflict. If you must work around a semver-breaking dependency that can't be yanked, use a range of versions or fork it.
Dependency lz4-compress =0.1.0 is outdated
Upgrade to 0.1.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webpki 0.21 is outdated
Upgrade to 0.22.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement byteorder = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
byteorder = "1.5.0"
. 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.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?
scylla_orm_query_parser
Dependency syn 1 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency uuid 0.8 is significantly outdated
Upgrade to 1.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency scylla 0.3.0 is outdated
Upgrade to 1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement regex = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
regex = "1.11.0"
. 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.
catalytic, sqlite_parser, grdb_orm_lib, cdrs_temp
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.
env_parser, rand_derive2, proc_macro2_helper, sqlite_parser, cdrs_temp, cdrs_helpers_derive_temp, cdrs_ci
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
grdb_orm_lib
Missing keywords
Help users find your crates. Add
keywords = ["orm", "lib", "grdb-orm-lib"]
(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.
cdrs_helpers_derive_temp
Dependency proc-macro2 0.1 is significantly outdated
Upgrade to 1.0.95 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency quote 0.3.15 is significantly outdated
Upgrade to 1.0.40 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.4.2 is significantly outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 0.11.11 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
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"
).
scylla_orm_macro
Dependency syn 1 is significantly outdated
Upgrade to 2.0.101 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
scylla_orm_table_to_struct
Dependency heck 0.3 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency scylla 0.3 is outdated
Upgrade to 1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
scylla_orm, scylla_orm_table_to_struct, scylla_orm_query_parser, scylla_orm_macro
Buggy README path
The non-local path to readme specified as
\.\./README\.md
exposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.
scylla_orm, scylla_orm_table_to_struct, scylla_orm_query_parser, scylla_orm_macro
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"
).
cdrs_ci
Dependency cargo_metadata 0.11 is significantly outdated
Upgrade to 0.19.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
first_crate_test_12345
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
No issues found in: enum_const_value
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.