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.
lightning-time
Missing keywords
Help users find your crates. Add
keywords = ["lightning", "time", "lightning-time"]
(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.Optional dependency 'clap' exposed as an implicit feature
Cargo automatically makes publicly-available crate features for every optional dependency, unless the dependencies are referenced using
dep:
syntax. Feature 'clap' may have been unintentional.
gst-plugin-ximageredux
Dependency gst-plugin-version-helper 0.7.3 is significantly outdated
Upgrade to 0.8.2 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 gstreamer 0.20.5 is significantly outdated
Upgrade to 0.23.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gstreamer-app 0.20.0 is significantly outdated
Upgrade to 0.23.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gstreamer-base 0.20.5 is significantly outdated
Upgrade to 0.23.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gstreamer-video 0.20.4 is significantly outdated
Upgrade to 0.23.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate doesn't match its repository
Partially verified 11 files (includes 2 Cargo-generated).
Fetched
https://github.com/imthesquid/gst-ximageredux.git
97d518601000a1b7bd51bfba700bc00c11ba255b.Checked on 2024-08-10
This check is experimental.
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 = ["multimedia::video"]
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 = ["plugin", "redux", "gst-plugin-ximageredux", "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.
lightning-time, tuxphones, subsync, steam-shortcut-sync, lsm6dsr
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
lsm6dsr
Failed to verify create's content against its repository
Could not check any files
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: The crates.io package has no information about its path inside its repository.
- error: Repository doesn't exist: Can't checkout the repository. It's either gone or private: remote authentication required but no callback set; class=Http (34); code=Auth (-16).
- Make sure the
repository
URL inCargo.toml
is correct and works withgit clone
. The repository must be public.
- Make sure the
Checked on 2024-07-24
- warning: The crates.io package has no commit hash associated with it.
Dependency glam 0.28.0 is significantly outdated
Upgrade to 0.30.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
Missing keywords
Help users find your crates. Add
keywords = ["accelerometer", "lsm6dsr", "st-microelectronics", "datasheet"]
(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.
gst-plugin-webrtcredux
Dependency gst-plugin-version-helper 0.7.3 is significantly outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gstreamer 0.19.3 is significantly outdated
Upgrade to 0.23.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gstreamer-app 0.19.2 is significantly outdated
Upgrade to 0.23.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gstreamer-audio 0.19.3 is significantly outdated
Upgrade to 0.23.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gstreamer-base 0.19.3 is significantly outdated
Upgrade to 0.23.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gstreamer-video 0.19.3 is significantly outdated
Upgrade to 0.23.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.
Dependency interceptor 0.8.1 is outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum 0.24 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros 0.24 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webrtc 0.6.0 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency webrtc-srtp 0.9.0 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement xcb = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
xcb = "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.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 = ["multimedia::video"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["web-rtc", "plugin", "redux", "protocols"]
(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.
subsync
Published crate doesn't match its repository
Partially verified 9 files (includes 2 Cargo-generated).
Fetched
https://github.com/imthesquid/subsync.git
c97b212c7bbf3c5015470aad5f2ba5fbcf4b3a94.Checked on 2024-07-28
Dependency colored 2.1.0 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing keywords
Help users find your crates. Add
keywords = ["subsync", "helper", "assumed"]
(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.
goldleaf
Dependency mongodb 2.7.0 is outdated
Consider upgrading to 3.2.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database", "data-structures"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["shine", "goldleaf", "collection-identity", "mongo-db", "orm"]
(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.
steam-shortcut-sync-client
Missing keywords
Help users find your crates. Add
keywords = ["shortcut", "steam", "immediately"]
(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.
tuxphones
Missing keywords
Help users find your crates. Add
keywords = ["plugin", "tuxphones", "issue", "linux"]
(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.
steam-shortcut-sync
Dependency notify 4.0.17 is outdated
Upgrade to 8.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["sync", "shortcut", "steam", "directory"]
(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.
spiffy
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/imthesquid/spiffy\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
ophanim
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/imthesquid/ophanim\.git
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
It's OK if you intend to publish this project in the near future. Keep in mind that even if you have good intentions, things may not go as planned. crates.io won't reclaim abandoned crates, so reserving good names may end up wasting the good names.
No issues found in: goldleaf-derive
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.