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.
reva_escape
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.
reva
Imprecise dependency requirement humansize = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
humansize = "2.1.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.
databeam
Published crate doesn't match its repository
Verified 8 out of 16 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '1.0.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
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.Cargo.lock
not found.crates/databeam/
Cargo.toml
exists, but elsewhere in the repo.README.md
exists, but elsewhere in the repo.
crates/databeam/src/
lib.rs
exists, but elsewhere in the repo.prelude.rs
exists, but elsewhere in the repo.database.rs
exists, but elsewhere in the repo.
crates/databeam/src/cache/
redis.rs
exists, but elsewhere in the repo.moka.rs
exists, but elsewhere in the repo.mod.rs
exists, but elsewhere in the repo.
src/
database.rs
does not match the repository.lib.rs
does not match the repository.
Looked for the crate in
crates/databeam/
. Fetchedhttps://github.com/swmff/rainbeam.git
tagged3.0.0
(110f748fc0e92709c32b5ac7a001a9d9c62a7f8e).Checked on 2025-02-16
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag '1.0.0'.
Dependency redis 0.28.2 is significantly outdated
Upgrade to 0.29.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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["connection", "database", "connection-manager", "social", "rainbeam"]
(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.
langbeam
Published crate doesn't match its repository
Verified 4 out of 6 files (includes 2 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.Cargo.toml
exists, but elsewhere in the repo.lib.rs
exists, but elsewhere in the repo.lib.rs
does not match the repository.
Looked for the crate in
crates/langbeam/
. Fetchedhttps://github.com/swmff/rainbeam.git
a66fe7bda07e94ce92acb65d0590cff3d3b50677.Checked on 2024-12-29
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["filesystem"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["language", "file", "version", "rainbeam", "lang-file"]
(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.
crml
Published crate doesn't match its repository
Verified 4 out of 5 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.Cargo.lock
not found.
Looked for the crate in
crates/crml/
. Fetchedhttps://github.com/trisuaso/crml.git
15b77e458b87b4d38afb04a6fb7235cb13f84c01.Checked on 2025-01-12
Missing keywords
Help users find your crates. Add
keywords = ["markup-language", "crab", "html", "template"]
(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.
authbeam
Published crate doesn't match its repository
Verified 22 out of 23 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.Cargo.lock
not found.
Looked for the crate in
crates/authbeam/
. Fetchedhttps://github.com/swmff/rainbeam.git
0f513b524784e8636ad3d0b2dc975eeca175bb20.Checked on 2025-02-16
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["authentication"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["user", "manager", "permissions", "authentication", "rainbeam"]
(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.
rainbeam-shared
Published crate doesn't match its repository
Verified 12 out of 14 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.Cargo.lock
does not match the repository.config.rs
exists, but elsewhere in the repo.config.rs
does not match the repository.
Looked for the crate in
crates/shared/
. Fetchedhttps://github.com/swmff/rainbeam.git
42662a8d8cdfe83afb94c1ec2219b3193d8d0870.Checked on 2025-02-23
Dependency comrak 0.35.0 is outdated
Upgrade to 0.36.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["utilities", "shared", "rainbeam"]
(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.
citrus-client
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 = ["web-programming"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["client", "citrus", "github", "social"]
(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.
crml-core
Published crate doesn't match its repository
Verified 3 out of 6 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.Cargo.lock
not found.src/
selector.rs
does not match the repository.lib.rs
does not match the repository.
Looked for the crate in
crates/crml-core/
. Fetchedhttps://github.com/trisuaso/crml.git
15b77e458b87b4d38afb04a6fb7235cb13f84c01.Checked on 2025-01-12
Missing keywords
Help users find your crates. Add
keywords = ["markup-language", "crml", "crab", "template", "html"]
(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.
pathbufd
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["path-buf", "display", "formatting", "macro", "format"]
(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.
hcaptcha-no-wasm
Optional dependency 'hex' 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 'hex', 'tracing' may have been unintentional.
rainbeam-shared, crml, crml-core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["template-engine"]
to theCargo.toml
.
crml, crml-core, crml-derive
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
reva_parser
Dependency nom 7.1.3 is a bit outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
reva_derive
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.99"
. 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.
Published crate doesn't match its repository
Verified 17 out of 18 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.Cargo.lock
not found.Cargo.toml
exists, but elsewhere in the repo.
Looked for the crate in
reva_derive/
. Fetchedhttps://github.com/trisuaso/reva.git
ce2c3dd13801c5ae16bb765607424d61bb07aa0f.Checked on 2025-02-16
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
reva_actix
Imprecise dependency requirement actix-web = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
actix-web = "4.9.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.
reva_axum
Dependency axum 0.6 is outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
crml-derive
Published crate doesn't match its repository
Verified 3 out of 6 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.src/
lib.rs
does not match the repository.generator.rs
does not match the repository.
Looked for the crate in
crates/crml-derive/
. Fetchedhttps://github.com/trisuaso/crml.git
15b77e458b87b4d38afb04a6fb7235cb13f84c01.Checked on 2025-01-12
No issues found in: hcaptcha_derive_no_wasm
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.