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.
iced_web
Dependency iced_core 0.4 is significantly outdated
Upgrade to the latest version 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 iced_futures 0.3 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
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").If the crate is truly stable, why not make a 1.0.0 release?
Dependency iced_style 0.3 is outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
iced_core
Dependency glam 0.25 is significantly outdated
Upgrade to 0.32.1 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 smol_str 0.2 is a bit outdated
Consider upgrading to 0.3.6 to get all the fixes and improvements.
iced_futures, iced_graphics, iced_program, iced_highlighter, iced_beacon, clipboard_x11, iced_selector, cargo-hot-protocol, techne-server, techne-mcp, decoder_value, techne-client, clipboard_macos, kiroshi, iced_palace_macros
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
iced_graphics, iced_core, iced_beacon
Imprecise dependency requirement thiserror = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.18". 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.
wgpu_glyph
Dependency wgpu 28 is significantly outdated
Upgrade to 29.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
iced_graphics
Dependency cosmic-text 0.15 is outdated
Upgrade to 0.18.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'kamadak-exif' 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 'kamadak-exif', 'lyon_path' may have been unintentional.
wgpu_glyph, cryoglyph, iced_glow, iced_glyphon
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rendering::graphics-api"]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.
iced_lazy
Dependency iced_native 0.10 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 ouroboros 0.13 is significantly outdated
Upgrade to 0.18.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
iced_glow
Dependency iced_native 0.10 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 iced_graphics 0.8 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency glow 0.11.1 is outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency glow_glyph 0.5.0 is a bit outdated
Consider upgrading to the latest version to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["iced-renderer", "glow", "opengl", "primitive", "quad"](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.
mdbook-iced
Dependency itertools 0.12 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pulldown-cmark 0.10 is significantly outdated
Upgrade to 0.13.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pulldown-cmark-to-cmark 13.0 is significantly outdated
Upgrade to 22.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency mdbook 0.4 is outdated
Upgrade to 0.5.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sha2 0.10 is a bit outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Dependency toml 0.5 is outdated
Upgrade to 1.1.0+spec-1.1.0 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 = ["text-processing"]to theCargo.toml.
cargo-hot-protocol
Dependency bincode 2 is significantly outdated
Upgrade to 3.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement anyhow = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.102". 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 = ["development-tools::build-utils"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["cargo-hot", "protocols", "server", "cargo-integration"](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.
cryoglyph
Dependency cosmic-text 0.15 is outdated
Upgrade to 0.18.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency etagere 0.2 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
Dependency lru 0.16 is outdated
Upgrade to 0.17.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wgpu 27 is outdated
Upgrade to 29.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement rustc-hash = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
rustc-hash = "2.1.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 keywords
Help users find your crates. Add
keywords = ["wgpu-rendering", "text-rendering", "iced", "2d", "fork"](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.
techne-client
Published crate doesn't match its repository
Partially verified 9 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Looked for the crate in
client/. Fetchedhttps://github.com/hecrj/techne.git3a5a4b72293d2e9b6719c3dc86e97e0b0625cd6d.Checked on 2025-08-03
This check is experimental.
Dependency reqwest 0.12 is outdated
Upgrade to 0.13.2 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 = ["web-programming::http-client"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["mcp-client", "techne", "http-transport", "http-client", "handmade"](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.
iced_glyphon
Dependency wgpu 0.19 is significantly outdated
Upgrade to 29.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Published crate doesn't match its repository
Partially verified 22 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Fetched
https://github.com/hecrj/glyphon.git647575039c86faf21518c3064f9dde2dacf16db7.Checked on 2024-09-22
Dependency cosmic-text 0.12 is outdated
Upgrade to 0.18.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency etagere 0.2.10 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
Dependency lru 0.12.1 is outdated
Upgrade to 0.17.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["text-rendering", "wgpu-rendering", "glyphon", "iced", "2d"](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.
kiroshi
Missing keywords
Help users find your crates. Add
keywords = ["…"](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 repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.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.
iced_native
Dependency iced_core 0.9 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency iced_futures 0.6 is significantly outdated
Upgrade to the latest version to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency iced_style 0.8 is significantly outdated
Upgrade to 0.12.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement thiserror = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.18". 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 thiserror 1 is outdated
Upgrade to 2.0.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency twox-hash 1.5 is outdated
Consider upgrading to the latest version to get all the fixes and improvements.
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 = ["renderer-agnostic", "widgets", "layout-engine", "ui", "run-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.
iced_fontello, plug, techne-server, techne-mcp, techne-client, skema
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.
iced_style
Dependency iced_core 0.12 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
llama-server
Dependency zip 7 is outdated
Upgrade to 8.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["science::ml"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["llama-cpp", "run", "rust-projects", "download", "embed"](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.
iced_fontello
Dependency sha2 0.10 is a bit outdated
Consider upgrading to 0.11.0 to get all the fixes and improvements.
Dependency toml 0.9 is significantly outdated
Upgrade to 1.1.0+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency zip 7 is outdated
Upgrade to 8.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
plug
Published crate doesn't match its repository
Partially verified 16 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Fetched
https://github.com/hecrj/plug.gitb3d4b9c41fbffb0324e2c63b3c610e551013dfc3.Checked on 2025-09-21
iced_highlighter
Dependency two-face 0.4 is a bit outdated
Consider upgrading to 0.5.1 to get all the fixes and improvements.
iced_beacon
Dependency bincode 1.3 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
clipboard_x11
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os::unix-apis"]to theCargo.toml.
anywho
Published crate doesn't match its repository
Partially verified 12 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.locknot found.
Fetched
https://github.com/hecrj/anywho.git6742b25a971b9d5c4d2192b51b5d5749a448f12a.Checked on 2025-04-28
Missing keywords
Help users find your crates. Add
keywords = ["anyhow", "cloneable"](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.
glow_glyph
Dependency glow 0.13.0 is outdated
Upgrade to 0.17.0 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 = ["rendering::graphics-api", "text-processing"]to theCargo.toml.
iced_style, clipboard_wayland, iced_lazy
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.
clipboard_wayland
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["gui"]to theCargo.toml.
decoder_value
Dependency ordered-float 4 is outdated
Upgrade to 5.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement indexmap = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
indexmap = "2.14.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 = ["encoding"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["decoder", "serialization", "decoupling", "generic", "vec"](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.
decoder
Dependency thiserror 1 is outdated
Upgrade to 2.0.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement indexmap = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
indexmap = "2.14.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 = ["encoding"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["serialization", "decoder-for-types", "encode", "logic", "map"](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.
techne-server
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["mcp-server", "techne", "type-safety", "handmade", "transport"](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.
techne-mcp
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["mcp", "techne", "protocols", "mcp-context", "mcp-model"](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.
clipboard_macos
Dependency objc2 0.5.1 is outdated
Upgrade to 0.6.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency objc2-app-kit 0.2.0 is outdated
Upgrade to 0.3.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency objc2-foundation 0.2.0 is outdated
Upgrade to 0.3.2 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 = ["os::macos-apis"]to theCargo.toml.
skema
Missing keywords
Help users find your crates. Add
keywords = ["json-schema"](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.
iced_palace_macros
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.
latent, joi, kanso, iced_inspector, write
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
latent, holodeck, pokebase, iceslide, pokebase-core
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
holodeck, pokebase, iceslide, pokebase-core, iced_dylib
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.
joi, kanso, iced_inspector, iced_dylib
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.
reason
Cryptocurrency crate
This crate has been classified as related to cyrptocurrencies. If you believe this categorization is a mistake, then please review crate's categories and keywords, or file a bug. If it is related, then please reconsider your choices, and yank it.
Author of this site is firmly convinced that cryptocurrencies have a net-negative effect on society.
iced_comet
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced_comet ) failed. Please try again later.
iced_tiny_skia
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced_tiny_skia ) failed. Please try again later.
window_clipboard
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/window_clipboard ) failed. Please try again later.
iced_runtime
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced_runtime ) failed. Please try again later.
icebreaker
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/icebreaker ) failed. Please try again later.
iced_debug
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced_debug ) failed. Please try again later.
iced_widget
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced_widget ) failed. Please try again later.
iced_palace
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced_palace ) failed. Please try again later.
icebreaker_core
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/icebreaker_core ) failed. Please try again later.
iced
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced ) failed. Please try again later.
iced_tester
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced_tester ) failed. Please try again later.
iced_devtools
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/iced_devtools ). Please try again later.
cargo-hot
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/cargo-hot ) failed. Please try again later.
iced_test
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/iced_test ). Please try again later.
iced_renderer
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/iced_renderer ). Please try again later.
holofoil
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/holofoil ). Please try again later.
techne
Internal error
We couldn't check this crate at this time, because: timed out getting crate for validation Origin( lib.rs/crates/techne ). Please try again later.
iced_glutin
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced_glutin ) failed. Please try again later.
iced_winit
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced_winit ) failed. Please try again later.
iced_pure
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced_pure ) failed. Please try again later.
iced_wgpu
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/iced_wgpu ) failed. Please try again later.
coffee
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/coffee ). Please try again later.
No issues found in: function sipper
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.