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.
rquickjs-extra-url
Failed to verify create's content against its repository
Partially verified 6 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.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
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
modules/url/
. Fetchedhttps://github.com/rquickjs/rquickjs-extra.git
b0696df972d39eb68b1d66b8fd7cd753dd3c9b7c.Checked on 2025-03-21
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.1.0'.
Imprecise dependency requirement either = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
either = "1.15.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.Missing keywords
Help users find your crates. Add
keywords = ["url", "rquickjs-extra-url", "r-quick-js", "engine"]
(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.
rquickjs-extra-os
Failed to verify create's content against its repository
Partially verified 7 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.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
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
modules/os/
. Fetchedhttps://github.com/rquickjs/rquickjs-extra.git
b0696df972d39eb68b1d66b8fd7cd753dd3c9b7c.Checked on 2025-03-15
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.1.0'.
Imprecise dependency requirement num_cpus = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
num_cpus = "1.16.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.Missing keywords
Help users find your crates. Add
keywords = ["rquickjs-extra-os", "r-quick-js", "rquickjs", "engine"]
(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.
rquickjs-extra-timers
Failed to verify create's content against its repository
Partially verified 5 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.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
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
modules/timers/
. Fetchedhttps://github.com/rquickjs/rquickjs-extra.git
b0696df972d39eb68b1d66b8fd7cd753dd3c9b7c.Checked on 2025-03-08
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.1.0'.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.45.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.Missing keywords
Help users find your crates. Add
keywords = ["rquickjs-extra-timers", "r-quick-js", "rquickjs", "engine"]
(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.
rquickjs-extra-test
Failed to verify create's content against its repository
Partially verified 5 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.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
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
libs/test/
. Fetchedhttps://github.com/rquickjs/rquickjs-extra.git
d054968fa7f13e9dd304bfddba8d07696f9a6d1a.Checked on 2025-03-09
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.1.0'.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.45.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.Missing keywords
Help users find your crates. Add
keywords = ["rquickjs-extra-test", "testing", "r-quick-js", "engine"]
(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.
rquickjs-extra-console
Failed to verify create's content against its repository
Partially verified 6 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.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
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
modules/console/
. Fetchedhttps://github.com/rquickjs/rquickjs-extra.git
d054968fa7f13e9dd304bfddba8d07696f9a6d1a.Checked on 2025-03-09
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.1.0'.
Missing keywords
Help users find your crates. Add
keywords = ["console", "rquickjs-extra-console", "formatter", "r-quick-js", "engine"]
(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.
rquickjs-extra-url, rquickjs-extension, rquickjs-extra-console, rquickjs-extra-os, rquickjs-extra-timers, rquickjs-extra-test, rquickjs-extra-utils
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.
rquickjs-extra-sqlite
Failed to verify create's content against its repository
Partially verified 10 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.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
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
modules/sqlite/
. Fetchedhttps://github.com/rquickjs/rquickjs-extra.git
223037522441d371cf146858b2862fea6e05bea7.Checked on 2025-03-09
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.1.0'.
Imprecise dependency requirement either = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
either = "1.15.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.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 = ["sqlite", "rquickjs-extra-sqlite", "r-quick-js", "engine"]
(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.
rquickjs-extra
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 = ["rquickjs-extra", "r-quick-js", "rquickjs", "engine"]
(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.
rquickjs-extra-url, rquickjs-extra-sqlite, rquickjs-extra-console, rquickjs-extra-os, rquickjs-extra-timers, rquickjs-extra-test, rquickjs-extra-utils
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
rquickjs-extension
Missing keywords
Help users find your crates. Add
keywords = ["extension", "module", "rquickjs-extension", "rquickjs"]
(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.
rquickjs-extra-utils
Failed to verify create's content against its repository
Partially verified 11 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.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
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
libs/utils/
. Fetchedhttps://github.com/rquickjs/rquickjs-extra.git
223037522441d371cf146858b2862fea6e05bea7.Checked on 2025-03-15
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.1.0'.
Missing keywords
Help users find your crates. Add
keywords = ["rquickjs-extra-utils", "r-quick-js", "rquickjs", "engine"]
(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.
rquickjs-module
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/rquickjs-module ). 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
.