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.
cooklang-bindings
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.
Dependency cooklang 0.14.0 is outdated
Upgrade to 0.15.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.
Dependency uniffi 0.28.1 is a bit outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 11 out of 12 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit 6faf5860a4e9ffb872559cacfa1ad1d839914210, which is not in the repository.
- 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
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
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
bindings/
. Fetchedhttps://github.com/cooklang/cooklang-rs.git
7c758d247bff3dafc5304185f38d8e1a4c5ae7bd.Checked on 2024-12-29
This check is experimental.
- warning: Crate tarball has been published from the commit 6faf5860a4e9ffb872559cacfa1ad1d839914210, which is not in the repository.
cooklang-sync-server
Published crate doesn't match its repository
Verified 32 out of 33 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.README.md
exists, but elsewhere in the repo.
Looked for the crate in
server/
. Fetchedhttps://github.com/cooklang/cooklang-sync.git
06603de12efdbaa0a3ffb419aa2c52b7d91f60cf.Checked on 2024-12-21
Dependency rusqlite 0.32 is outdated
Upgrade to 0.33.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement diesel = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
diesel = "2.2.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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]
to theCargo.toml
.Optional dependency 'rocket_sync_db_pools' 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 'rocket_sync_db_pools', 'diesel', 'rusqlite' may have been unintentional.
cooklang-sync-client
Dependency notify 6.1 is outdated
Upgrade to 8.0.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 notify-debouncer-mini 0.4 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency quick_cache 0.4.1 is outdated
Upgrade to 0.6.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest 0.11 is outdated
Upgrade to 0.12.12 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency reqwest-middleware 0.2 is outdated
Upgrade to 0.4.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rusqlite 0.32 is outdated
Upgrade to 0.33.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.11 to get all the fixes and improvements.
Dependency uniffi 0.28 is a bit outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
Failed to verify create's content against its repository
Verified 26 out of 28 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit 5dffca2ae73b469bf474111179039378cb226c08, which is not in the repository.
- 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
- warning: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- Make sure to commit and tag after bumping the version number.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.Cargo.toml.orig
does not match the repository.Cargo.toml
exists, but elsewhere in the repo.remote.rs
exists, but elsewhere in the repo.remote.rs
does not match the repository.
Looked for the crate in
client/
. Fetchedhttps://github.com/cooklang/cooklang-sync.git
4335782cff4417ea169460f7890c2820df5d9bf8.Checked on 2025-01-26
- warning: Crate tarball has been published from the commit 5dffca2ae73b469bf474111179039378cb226c08, which is not in the repository.
Imprecise dependency requirement jsonwebtoken = 9
Cargo does not always pick latest versions of dependencies! Specify the version as
jsonwebtoken = "9.3.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 = ["filesystem"]
to theCargo.toml
.
cooklang-import
Dependency scraper 0.20 is outdated
Upgrade to 0.23.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-utilities"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["recipe", "import", "format", "cooklang", "command-line-tool"]
(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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.