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.
fontsan
Dependency libz-rs-sys ^0.5.1 is slightly outdated
Consider upgrading to 0.6.6 to get all the fixes and improvements.
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 = ["development-tools::build-utils"]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 = ["untrusted", "font", "build", "ots", "sanitiser"](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.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.63, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --editionand updateedition="…"inCargo.toml.Using the latest edition helps avoid old quirks of the compiler, and ensures Rust code has consistent syntax and behavior across all projects.
core-graphics-types
Imprecise dependency requirement bitflags = ^2
Cargo does not always pick latest versions of dependencies! If
Cargo.lockends 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-versionsflag, 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-versionsCargo 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 = ["rendering::graphics-api"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["bindings", "macos", "core-graphics", "core-foundation", "complete"](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.No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
mozjs_sys
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/servo/mozjs\.gitAt 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.
Locked dependency version icu_capi =1.5.0
This can easily cause a dependency resolution conflict. If you must work around a semver-breaking dependency that can't be yanked, use a range of versions or fork it.
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.Big download
The crate is a 33MB download. You can use
cargo packagecommand to review crate's archive intarget/packagedir.Check that large files weren't included by accident. Note that tarballs uploaded to crates.io can't be used to run examples or tests, so it's fine to exclude them and their data files. You can use the
includeorexcludeproperties inCargo.tomlto minimize crate's download size. Crates.io keeps all versions of all crates forever, so this storage adds up.Dependency icu_capi =1.5.0 is outdated
Upgrade to 2.2.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 libz-rs-sys ^0.5.1 is slightly outdated
Consider upgrading to 0.6.6 to get all the fixes and improvements.
Imprecise dependency requirement cc = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
cc = "1.4.0". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.Latest stable release is old
It's been over 6 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"(or
"as-is","passively-maintained").Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
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 = ["spider-monkey", "javascript-engine", "mozilla", "servo", "system"](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.Published crate contains binary files
The crate contains binary files (DOS exe, Mach-o exe, Python package, autotools obfuscated code, obscure autoconf code). Crates are meant to be compiled from source. Please check that you haven't published temporary build files by accident. If you have test fixtures, consider excluding them from crates-io tarball, since Cargo doesn't run tests from crates-io packages.
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.
mozjs
Imprecise dependency requirement cc = ^1
Cargo does not always pick latest versions of dependencies! Specify the version as
cc = "1.4.0". IfCargo.lockends 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-versionsflag, used by users of old Rust versions.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["javascript-engine", "spider-monkey", "bindings", "mozilla", "memory-safety"](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.
heapsize
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.
License MIT/Apache-2.0 is not in SPDX syntax
Use
ORinstead of/.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["memory-management"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["heap-allocator", "measuring", "programs", "structures", "object"](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.
servo-fonts
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-fonts ). Please try again later.
servo-webgl
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-webgl ). Please try again later.
servo-media-auto
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-auto ). Please try again later.
servo-script-bindings
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-script-bindings ). Please try again later.
servo-net-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-net-traits ). Please try again later.
servo-media-thread
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-thread ). Please try again later.
servo-media-ohos
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-ohos ). Please try again later.
servo-media-gstreamer
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-gstreamer ). Please try again later.
servo-bluetooth
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-bluetooth ). Please try again later.
servo-webdriver-server
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-webdriver-server ). Please try again later.
servo-default-resources
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-default-resources ). Please try again later.
servo-bluetooth-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-bluetooth-traits ). Please try again later.
servo-webgpu-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-webgpu-traits ). Please try again later.
servo-storage-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-storage-traits ). Please try again later.
servo-profile
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-profile ). Please try again later.
servo-media-audio
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-audio ). Please try again later.
servo-embedder-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-embedder-traits ). Please try again later.
servo-media-webrtc
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-webrtc ). Please try again later.
servo-xpath
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-xpath ). Please try again later.
servo-url
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-url ). Please try again later.
servo-timers
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-timers ). Please try again later.
servo-media-streams
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-streams ). Please try again later.
servo-jstraceable-derive
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-jstraceable-derive ). Please try again later.
servo-hyper-serde
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-hyper-serde ). Please try again later.
servo-dom-struct
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-dom-struct ). Please try again later.
servo-config-macro
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-config-macro ). Please try again later.
servo-metrics
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-metrics ). Please try again later.
servo-layout-api
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-layout-api ). Please try again later.
servo-canvas
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-canvas ). Please try again later.
servo-storage
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-storage ). Please try again later.
servo-media-gstreamer-render-unix
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-gstreamer-render-unix ). Please try again later.
servo-media
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media ). Please try again later.
servo-profile-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-profile-traits ). Please try again later.
servo-media-player
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-player ). Please try again later.
servo-script-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-script-traits ). Please try again later.
string_cache
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/string_cache ). Please try again later.
web_atoms
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/web_atoms ). Please try again later.
servo
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo ). Please try again later.
servo-layout
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-layout ). Please try again later.
servo-devtools
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-devtools ). Please try again later.
servo-net
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-net ). Please try again later.
servo-media-examples
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-examples ). Please try again later.
servo-script
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-script ). Please try again later.
servo-devtools-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-devtools-traits ). Please try again later.
servo-constellation
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-constellation ). Please try again later.
servo-webgpu
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-webgpu ). Please try again later.
servo-media-dummy
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-dummy ). Please try again later.
servo-canvas-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-canvas-traits ). Please try again later.
servo-webxr-api
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-webxr-api ). Please try again later.
servo-paint-api
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-paint-api ). Please try again later.
servo-media-gstreamer-render-android
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-gstreamer-render-android ). Please try again later.
servo-media-gstreamer-render
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-gstreamer-render ). Please try again later.
servo-fonts-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-fonts-traits ). Please try again later.
servo-background-hang-monitor
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-background-hang-monitor ). Please try again later.
servo-pixels
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-pixels ). Please try again later.
servo-background-hang-monitor-api
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-background-hang-monitor-api ). Please try again later.
servo-media-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-traits ). Please try again later.
servo-geometry
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-geometry ). Please try again later.
servo-base
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-base ). Please try again later.
servo-malloc-size-of
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-malloc-size-of ). Please try again later.
servo-config
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-config ). Please try again later.
servo-allocator
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-allocator ). Please try again later.
servo-wakelock
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-wakelock ). Please try again later.
servo-media-derive
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-media-derive ). Please try again later.
servoshell
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servoshell ). Please try again later.
servo-tracing
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-tracing ). Please try again later.
servo-deny-public-fields
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-deny-public-fields ). Please try again later.
html5ever
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/html5ever ) failed. Please try again later.
fontsan-woff2
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/fontsan-woff2 ) failed. Please try again later.
match_token
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/match_token ) failed. Please try again later.
cocoa-foundation
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cocoa-foundation ) failed. Please try again later.
accountable-refcell
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/accountable-refcell ) failed. Please try again later.
app_units
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/app_units ). Please try again later.
malloc_size_of
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/malloc_size_of ). Please try again later.
servo-paint
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-paint ). Please try again later.
bevy_guessture
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/bevy_guessture ) failed. Please try again later.
guessture
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/guessture ). Please try again later.
sparkle
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/sparkle ). Please try again later.
servo-display-link
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-display-link ). Please try again later.
tinyfiledialogs
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/tinyfiledialogs ). Please try again later.
yarn-spool
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/yarn-spool ). Please try again later.
servo-constellation-traits
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-constellation-traits ). Please try again later.
content-blocker
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/content-blocker ) failed. Please try again later.
ruby-mri
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/ruby-mri ). Please try again later.
servo-webxr
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/servo-webxr ). 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.