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.
qt-build-utils
Dependency versions 6.3 is outdated
Upgrade to 7.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["gui"]
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.
Missing keywords
Help users find your crates. Add
keywords = ["cxx-qt", "build", "cxx-build", "cpp", "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.
cxx-qt-lib-extras
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Failed to verify create's content against its repository
Partially verified 21 files (includes 3 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Crate tarball has been published from the commit bd2f65ba0e9ed7fe78fc3570175d6a07aa4b25f0, 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
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/cxx-qt-lib-extras/
. Fetchedhttps://github.com/kdab/cxx-qt.git
taggedv0.7.2
(bdf816d1c5b03e110c163a6490d5a8a8697fb3bc).Checked on 2025-04-29
This check is experimental.
Missing keywords
Help users find your crates. Add
keywords = ["cxx-qt", "cpp", "cxx-qt-lib-extras", "cxx-qt-lib", "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.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.
cxx-qt-lib-headers
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["cxx-qt", "header", "cpp"]
(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.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.
cxx-qt-lib
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.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.
Dependency image 0.24 is outdated
Upgrade to 0.25.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.
Failed to verify create's content against its repository
Partially verified 259 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit bd2f65ba0e9ed7fe78fc3570175d6a07aa4b25f0, 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: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.7.2'.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/cxx-qt-lib/
. Fetchedhttps://github.com/kdab/cxx-qt.git
taggedv0.7.2
(bdf816d1c5b03e110c163a6490d5a8a8697fb3bc).Checked on 2025-04-29
- warning: Crate tarball has been published from the commit bd2f65ba0e9ed7fe78fc3570175d6a07aa4b25f0, which is not in the repository.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["gui"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["cxx-qt", "cpp", "cxx-qt-lib", "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.
cxx-qt-build
Dependency codespan-reporting 0.11 is a bit outdated
Consider upgrading to 0.12.0 to get all the fixes and improvements.
Failed to verify create's content against its repository
Partially verified 12 files (includes 3 Cargo-generated).
- warning: The crates.io package has no information about its path inside its repository.
- warning: Crate tarball has been published from the commit 95c784a0995324740fb6dfbb8b630428f40ad2c4, 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
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/cxx-qt-build/
. Fetchedhttps://github.com/kdab/cxx-qt.git
taggedv0.7.2
(bdf816d1c5b03e110c163a6490d5a8a8697fb3bc).Checked on 2025-05-04
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::build-utils"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["cxx-qt", "build", "cpp", "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.
cxx-qt-gen
Dependency convert_case 0.6.0 is a bit outdated
Consider upgrading to 0.8.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::build-utils"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["cxx-qt", "cpp", "namespaces"]
(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.
clang-format
Failed to verify create's content against its repository
Partially verified 9 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.3.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
Fetched
https://github.com/kdab/clang-format-rs.git
82e49611760ce781e3753dde57975ba576b286c3.Checked on 2024-07-28
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.3.0'.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools", "compilers", "text-processing", "parser-implementations"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["clang-format", "format", "clang", "clang-format-style"]
(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.
qt-build-utils, cxx-qt-gen, cxx-qt-build, cxx-qt-lib, cxx-qt-lib-extras, cxx-qt-macro
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
qt-build-utils, clang-format, cxx-qt
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
cxx-qt-macro
Failed to verify create's content against its repository
Partially verified 5 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit 95c784a0995324740fb6dfbb8b630428f40ad2c4, 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: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.7.2'.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/cxx-qt-macro/
. Fetchedhttps://github.com/kdab/cxx-qt.git
taggedv0.7.2
(bdf816d1c5b03e110c163a6490d5a8a8697fb3bc).Checked on 2025-05-04
- warning: Crate tarball has been published from the commit 95c784a0995324740fb6dfbb8b630428f40ad2c4, which is not in the repository.
cxx-qt
Failed to verify create's content against its repository
Partially verified 17 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from the commit 95c784a0995324740fb6dfbb8b630428f40ad2c4, 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: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.7.2'.
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/cxx-qt/
. Fetchedhttps://github.com/kdab/cxx-qt.git
taggedv0.7.2
(bdf816d1c5b03e110c163a6490d5a8a8697fb3bc).Checked on 2025-04-30
- warning: Crate tarball has been published from the commit 95c784a0995324740fb6dfbb8b630428f40ad2c4, which is not in the repository.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.