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.
ron
Optional dependency 'unicode-segmentation' 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 'unicode-segmentation' may have been unintentional.
spirv
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.228". 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.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.
metal
Imprecise dependency requirement bitflags = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
bitflags = "2.11.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.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", "os::macos-apis"]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.
mint
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns", "mathematics"]to theCargo.toml.
mint, tuple_utils, gfx-auxil, gfx-hal, gfx-backend-empty, gfx-renderdoc, external-memory
Latest stable release is old
It's been over 4 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").If the crate is truly stable, why not make a 1.0.0 release?
spirv, gleam, rspirv, gfx-auxil, gfx-hal, gfx-backend-empty, gfx_gl, spirv_headers
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rendering::graphics-api"]to theCargo.toml.
gleam
Missing keywords
Help users find your crates. Add
keywords = ["opengl", "servo", "generated", "bindings"](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.
rspirv
Dependency rustc-hash 1.1.0 is outdated
Upgrade to 2.1.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.
plane-split
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["mathematics"]to theCargo.toml.
plane-split, synqueue, syncell,
Latest stable release is old
It's been over 3 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").
choir
Dependency env_logger 0.9 is significantly outdated
Upgrade to 0.11.10 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.
blade-macros
README missing from the repository
We've searched
https://github\.com/kvark/blade\.gitand could not find a README file there.No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.Published crate doesn't match its repository
Partially verified 9 files (includes 2 Cargo-generated).
Looked for the crate in
blade-macros/. Fetchedhttps://github.com/kvark/blade.git875b9c87e15e83ed48414c094f9a2b3fb189925d.Checked on 2024-08-30
This check is experimental.
peek-poke
Failed to verify create's content against its repository
Verified 9 out of 12 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 5cc92bce8e5af215741b995b51faf18889f6e598, 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:
src/lib.rsdoes not match the repository.slice_ext.rsdoes not match the repository.euclid.rsdoes not match the repository.
Looked for the crate in
peek-poke/. Fetchedhttps://github.com/servo/webrender.gite1c924ebad9ffdfe8c8c606aba77eb3f888c396a.Checked on 2026-02-08
- warning: Crate tarball has been published from the commit 5cc92bce8e5af215741b995b51faf18889f6e598, which is not in the repository.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["byte-buffer", "webrender", "serialization", "deserialize", "poke"](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.
blade-asset
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]to theCargo.toml.Dependency base64 0.21 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement bytemuck = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bytemuck = "1.25.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.
compress
Dependency num 0.3 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.7 is significantly outdated
Upgrade to the latest version 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 = ["compression"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["compression", "encoder", "decoder", "codec", "progress"](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.39, 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.
gfx-auxil
Dependency gfx-hal 0.9 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Reported security advisory RUSTSEC-2021-0091
Reading on uninitialized buffer may cause UB ( `gfx_auxil::read_spirv()` )
atom, synqueue, syncell, gfx-backend-empty
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.
tuple_utils
README missing from the repository
We've searched
https://github\.com/csherratt/tuple\_utils\.gitand could not find a README file there.License Apache-2.0/MIT is not in SPDX syntax
Use
ORinstead of/.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["tuple", "higher-level-operations", "operation", "traits"](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.
cgmath
Dependency approx 0.4 is significantly outdated
Upgrade to 0.5.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8 is outdated
Consider upgrading to 0.10.1 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms"]to theCargo.toml.
gfx-hal
Dependency naga 0.5 is significantly outdated
Upgrade to 29.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency raw-window-handle 0.3 is significantly outdated
Upgrade to 0.6.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.228". 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.Dependency bitflags 1.0 is outdated
Upgrade to 2.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1 is outdated
Upgrade to 2.0.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
gfx-backend-empty
Dependency gfx-hal 0.9 has issues
It has been losing active users, which may be a sign it's deprecated or obsolete. Consider replacing it with a different crate.
Dependency raw-window-handle 0.3 is significantly outdated
Upgrade to 0.6.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["testing", "back-end", "gfx-rs", "graphics-back-end", "mocking"](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.
d3d12
Dependency libloading >=0.7, <0.9 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
Imprecise dependency requirement bitflags = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
bitflags = "2.11.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.
copyless
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]to theCargo.toml.
copyless, cgmath, atom, compress, storage-map, ticketed_lock, spirv_headers, baryon_math
Latest stable release is old
It's been over 5 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").
tuple_utils, gfx-auxil, ticketed_lock, gfx-hal, gfx-backend-empty, gfx-renderdoc, external-memory
README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.
atom
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["concurrency", "rust-patterns"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["safe-abstraction", "atomic-ptr", "atomic-swap", "thread-safe", "pointers"](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.
ticketed_lock
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/kvark/ticketed\_lock\.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.
Missing keywords
Help users find your crates. Add
keywords = ["ticketed", "system", "locking", "request", "waiting"](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.
spirv_headers
Reported security advisory RUSTSEC-2021-0096
spirv_headers is unmaintained, use spirv instead
Dependency bitflags 1 is outdated
Upgrade to 2.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement bitflags = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
bitflags = "2.11.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.
gfx-renderdoc
Dependency libloading 0.7 is significantly outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency renderdoc-sys 0.7.1 is significantly outdated
Upgrade to 1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
synqueue
Dependency loom 0.5 is outdated
Upgrade to 0.7.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["queue", "synchronized", "mpmc", "bit", "crossbeam-queue"](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.
storage-map, synqueue, ticketed_lock
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["concurrency"]to theCargo.toml.
peek-poke-derive
Failed to verify create's content against its repository
Verified 5 out of 7 files (includes 2 Cargo-generated).
- warning: Crate tarball has been published from the commit 5cc92bce8e5af215741b995b51faf18889f6e598, 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.origdoes not match the repository.lib.rsdoes not match the repository.
Looked for the crate in
peek-poke/peek-poke-derive/. Fetchedhttps://github.com/servo/webrender.gite1c924ebad9ffdfe8c8c606aba77eb3f888c396a.Checked on 2026-02-22
- warning: Crate tarball has been published from the commit 5cc92bce8e5af215741b995b51faf18889f6e598, which is not in the repository.
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.117". 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.
syncell
Dependency loom 0.5 is outdated
Upgrade to 0.7.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.117 to get all the fixes, and avoid causing duplicate dependencies in projects.
gfx_gl
Missing keywords
Help users find your crates. Add
keywords = ["opengl", "gfx-rs", "gl-rs", "loader"](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.
external-memory
Dependency bitflags 1.0 is outdated
Upgrade to 2.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Incorrect category
Crate's categories property in
Cargo.tomlcontains 'external-memory', which isn't a category we recognizelib.rs has simplified and merged some of crates.io categories. Please file a bug if we got it wrong.
baryon_math
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["mathematics"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["game-engine", "baryon", "math", "library-for-baryon"](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.
dark
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/dark ). Please try again later.
meganeura
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/meganeura ) failed. Please try again later.
blade-particle
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/blade-particle ). Please try again later.
amethyst_config
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/amethyst_config ) failed. Please try again later.
gfx-backend-metal
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx-backend-metal ) failed. Please try again later.
gfx-backend-dx11
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx-backend-dx11 ) failed. Please try again later.
gfx-backend-gl
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx-backend-gl ) failed. Please try again later.
gfx-backend-vulkan
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx-backend-vulkan ) failed. Please try again later.
fileman
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/fileman ) failed. Please try again later.
rapier-egui
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/rapier-egui ) failed. Please try again later.
blade-engine
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/blade-engine ) failed. Please try again later.
specs
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/specs ) failed. Please try again later.
obj
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/obj ). Please try again later.
gfx-memory
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx-memory ) failed. Please try again later.
blade-egui
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/blade-egui ) failed. Please try again later.
blade-graphics
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/blade-graphics ). Please try again later.
wgpu-subscriber
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/wgpu-subscriber ). Please try again later.
gfx-descriptor
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx-descriptor ) failed. Please try again later.
blade
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/blade ) failed. Please try again later.
baryon
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/baryon ). Please try again later.
wgpu-native
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/wgpu-native ). Please try again later.
baryon-core
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/baryon-core ). Please try again later.
blade-util
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/blade-util ). Please try again later.
gfx_core
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx_core ) failed. Please try again later.
gfx-backend-dx12
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx-backend-dx12 ) failed. Please try again later.
gl_generator
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gl_generator ) failed. Please try again later.
kindle
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/kindle ) failed. Please try again later.
gfx
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx ) failed. Please try again later.
blade-render
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/blade-render ). Please try again later.
gfx_window_glutin
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/gfx_window_glutin ). Please try again later.
gfx_window_glfw
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx_window_glfw ) failed. Please try again later.
gfx_window_sdl
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx_window_sdl ) failed. Please try again later.
collision
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/collision ). Please try again later.
khronos_api
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/khronos_api ). Please try again later.
gfx_app
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx_app ) failed. Please try again later.
three
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/three ) failed. Please try again later.
webgl_stdweb
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/webgl_stdweb ) failed. Please try again later.
webgl_generator
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/webgl_generator ) failed. Please try again later.
metal-rs
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/metal-rs ) failed. Please try again later.
genmesh
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/genmesh ) failed. Please try again later.
gfx_window_metal
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx_window_metal ) failed. Please try again later.
gfx_device_metal
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx_device_metal ) failed. Please try again later.
draw_state
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/draw_state ) failed. Please try again later.
gamma-lut
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gamma-lut ) failed. Please try again later.
froggy
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/froggy ) failed. Please try again later.
binary-space-partition
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/binary-space-partition ). Please try again later.
blade-helpers
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/blade-helpers ) failed. Please try again later.
gfx_window_vulkan
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/gfx_window_vulkan ). Please try again later.
gfx_device_vulkan
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/gfx_device_vulkan ). Please try again later.
pegasus
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/pegasus ). Please try again later.
pulse
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/pulse ). Please try again later.
gfx_scene
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/gfx_scene ). Please try again later.
gfx_phase
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/gfx_phase ). Please try again later.
gfx_macros
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/gfx_macros ). Please try again later.
gfx_pipeline
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/gfx_pipeline ). Please try again later.
draw_queue
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/draw_queue ). Please try again later.
timebomb
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/timebomb ). Please try again later.
cow
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/cow ). Please try again later.
gfx_device_gl
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx_device_gl ) failed. Please try again later.
gfx_window_dxgi
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx_window_dxgi ) failed. Please try again later.
gfx_device_dx11
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/gfx_device_dx11 ) failed. Please try again later.
No issues found in: range-alloc
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.