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.
object
Dependency wasmparser 0.222.0 is significantly outdated
Upgrade to 0.227.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 ruzstd 0.7.0 is outdated
Upgrade to 0.8.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement flate2 = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
flate2 = "1.1.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 = ["development-tools", "os", "parser-implementations"]
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.
Optional dependency 'alloc' 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 'alloc', 'compiler_builtins', 'core' may have been unintentional.
gloo
Dependency gloo-net 0.5 is significantly outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["wasm", "api-bindings", "web", "toolkit", "web-assembly"]
(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 'gloo-worker' 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 'gloo-worker', 'gloo-utils', 'gloo-storage', 'gloo-history', 'gloo-net', 'gloo-console', 'gloo-events', 'gloo-dialogs', 'gloo-file', 'gloo-render', 'gloo-timers' may have been unintentional.
wasm-bindgen
Published crate doesn't match its repository
Partially verified 23 files (includes 3 Cargo-generated).
- error: Cargo.toml and Cargo.toml.orig had different [features]
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Fetched
https://github.com/rustwasm/wasm-bindgen.git
tagged0.2.100
(2405ec2b4bcd1cc4e3bd1562c373e9d5f0cbdcb5).Checked on 2025-01-19
This check is experimental.
Missing keywords
Help users find your crates. Add
keywords = ["wasm-module", "javascript", "bindgen", "group"]
(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.
inlinable_string
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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]
to theCargo.toml
.
console_error_panic_hook
Missing keywords
Help users find your crates. Add
keywords = ["panic-hook", "wasm", "console", "error", "message"]
(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.32, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and 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.
bumpalo
Missing keywords
Help users find your crates. Add
keywords = ["allocation", "bump", "collection"]
(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.
wasm-smith
Missing keywords
Help users find your crates. Add
keywords = ["wasm", "generator"]
(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 'serde_derive' 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 'serde_derive', 'clap', 'serde', 'wat' may have been unintentional.
object, addr2line, associative-cache
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.65, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
gimli
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.60, which is newer than the last 2018-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
wasm-encoder, pulley-interpreter, wasm-bindgen-test, wasm-bindgen-futures, cranelift-jit, wasmtime-types, wasmtime-cache, wasm-bindgen-backend, wasm-bindgen-cli-support, cranelift-serde, wasm-bindgen-threads-xform, wasm-bindgen-wasm-interpreter, cranelift-simplejit, cranelift-object, peepmatic-souper
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["wasm"]
to theCargo.toml
.
wasm-encoder
Missing keywords
Help users find your crates. Add
keywords = ["wasm-module", "section", "type"]
(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.
web-sys
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 = ["documentation"]
(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.
console_error_panic_hook, leb128, inlinable_string, is_executable, histo, twiggy, state_machine_future, wasm-snip
License Apache-2.0/MIT is not in SPDX syntax
Use
OR
instead of/
.
console_error_panic_hook, leb128, inlinable_string, findshlibs, wiggle-borrow, peeking_take_while, twiggy, peepmatic-souper
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"
).If the crate is truly stable, why not make a 1.0.0 release?
leb128
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["encoding", "development-tools::debugging"]
to theCargo.toml
.
addr2line
Optional dependency 'core' 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 'core', 'compiler_builtins', 'alloc' may have been unintentional.
pulley-interpreter
Missing keywords
Help users find your crates. Add
keywords = ["wasmtime", "portable", "wasi", "run-time", "wasm"]
(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.
wasm-bindgen-test
Missing keywords
Help users find your crates. Add
keywords = ["wasm-bindgen", "testing", "running", "wasm-bindgen-test-macro"]
(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.
wizer
Dependency structopt 0.3.26 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 wasm-encoder 0.202.0 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmparser 0.202.0 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmprinter 0.202.0 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmtime 29 is significantly outdated
Upgrade to 31.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.Dependency wasmtime-wasi 29 is significantly outdated
Upgrade to 31.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["pre-initializer", "linker"]
(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.
cranelift-simplejit
Latest stable release is old
It's been over 4 years. How did the experiment go? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).Dependency cranelift-codegen 0.68.0 is significantly outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cranelift-entity 0.68.0 is significantly outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cranelift-module 0.68.0 is significantly outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cranelift-native 0.68.0 is significantly outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency errno 0.2.4 is significantly outdated
Upgrade to 0.3.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency target-lexicon 0.11 is significantly outdated
Upgrade to 0.13.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency region 2.2.0 is outdated
Upgrade to 3.0.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["cranelift", "wasm", "jit", "wasi", "wasm-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.
cranelift-wasm
Dependency cranelift-codegen 0.112.3 is significantly outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cranelift-entity 0.112.3 is significantly outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cranelift-frontend 0.112.3 is significantly outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hashbrown 0.14 is significantly outdated
Upgrade to 0.15.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.12.0 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmparser 0.217.0 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Optional dependency 'serde_derive' 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 'serde_derive', 'hashbrown', 'serde' may have been unintentional.
winliner
Dependency wasi-cap-std-sync 11.0.1 is significantly outdated
Upgrade to 17.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasm-encoder 0.34.1 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmparser 0.114.0 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmtime 11.0.1 is significantly outdated
Upgrade to 31.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmtime-wasi 11.0.1 is significantly outdated
Upgrade to 31.0.0 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.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.Dependency env_logger 0.10.0 is outdated
Upgrade to 0.11.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["wasm", "inliner", "json", "42"]
(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.
walrus
Dependency gimli 0.26.0 is significantly outdated
Upgrade to 0.31.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasm-encoder 0.214.0 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmparser 0.214.0 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["transformation", "transformations", "ocean-elephant"]
(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 'rayon' 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 'rayon' may have been unintentional.
wasm-bindgen-webidl
Dependency structopt 0.3.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 env_logger 0.8.1 is significantly outdated
Upgrade to 0.11.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 1.0 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasm-bindgen-backend =0.2.75 is significantly outdated
Upgrade to 0.2.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heck 0.3 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sourcefile 0.1 is slightly outdated
Consider upgrading to 0.2.1 to get all the fixes and improvements.
Dependency weedle 0.12 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["wasm-bindgen", "wasm-module", "javascript"]
(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.
twiggy
Dependency structopt 0.3 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 failure 0.1.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Buggy README path
The non-local path to readme specified as
\.\./README\.md
exposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.Missing keywords
Help users find your crates. Add
keywords = ["wasm", "size-optimization", "profiler"]
(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 (ELF exe/lib). 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.
mutatis
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.
wasmtime-types
Dependency cranelift-entity 0.112.3 is significantly outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmparser 0.217.0 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["wasm-engine", "cranelift", "wasmtime", "wasm-runtime", "wasm-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.
peepmatic-souper
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.Imprecise dependency requirement anyhow = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.97"
. 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.Missing keywords
Help users find your crates. Add
keywords = ["wasm", "dsl", "wasmtime", "wasi", "cranelift"]
(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.
wasmtime-cranelift
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 wasmparser 0.226.0 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.43 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
state_machine_future
Dependency futures 0.1.18 has issues
It may not be actively developed any more. Consider changing the dependency.
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"
).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.
wasmtime-wasi-nn
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.Dependency tch 0.17.0 is outdated
Upgrade to 0.19.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.43 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Dependency windows 0.52 is outdated
Upgrade to 0.61.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
histo
Dependency quickcheck 0.4.1 is significantly outdated
Upgrade to 1.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency streaming-stats 0.1.28 is significantly outdated
Upgrade to 0.2.3 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 = ["science::ml"]
to theCargo.toml
.
cranelift-jit
Dependency memmap2 0.2.1 is significantly outdated
Upgrade to 0.9.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["wasm-engine", "jit", "cranelift", "wasmtime", "wasm-runtime"]
(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 'memmap2' 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 'memmap2' may have been unintentional.
wasm-snip
Dependency failure 0.1.5 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency walrus 0.12.0 is significantly outdated
Upgrade to 0.23.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency clap 2.33.0 is outdated
Upgrade to 4.5.32 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"
).
wiggle-borrow
Dependency wiggle 0.27.0 is significantly outdated
Upgrade to 31.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
twiggy-parser
Dependency gimli 0.25.0 is significantly outdated
Upgrade to 0.31.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency object 0.17.0 is significantly outdated
Upgrade to 0.36.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmparser 0.35.3 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency fallible-iterator 0.2.0 is outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["wasm", "size-optimization", "profiler", "twiggy"]
(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.
libfuzzer-sys
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "fuzzer"
to crate'sCargo.toml
to avoid other libraries colliding with them. Note that the links property adds exclusivity to dependency resolution, but doesn't do any linking.This is also needed to protect your crate from duplicate older versions of itself. C symbols are global, and duplicate symbols can cause all sorts of breakage.
Imprecise dependency requirement arbitrary = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
arbitrary = "1.4.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.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::testing"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["lib-fuzzer", "fuzzing", "fuzz"]
(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.
twiggy-traits
Dependency failure 0.1.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency gimli 0.25.0 is significantly outdated
Upgrade to 0.31.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmparser 0.35.3 is significantly outdated
Upgrade to 0.227.1 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 = ["development-tools"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["wasm", "size-optimization", "twiggy", "profiler"]
(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.
cranelift-preopt
Dependency cranelift-codegen 0.92.1 is significantly outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Latest stable release is old
It's been over 2 years. How did the experiment go? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).
wasmtime-lightbeam
Dependency cranelift-codegen 0.77.0 is significantly outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gimli 0.25 is significantly outdated
Upgrade to 0.31.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency object 0.26.0 is significantly outdated
Upgrade to 0.36.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmparser 0.80 is significantly outdated
Upgrade to 0.227.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency wasmtime-environ 0.30.0 is significantly outdated
Upgrade to 31.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency target-lexicon 0.12 is slightly outdated
Consider upgrading to 0.13.2 to get all the fixes and improvements.
twiggy-opt
Dependency structopt 0.3 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.
Missing keywords
Help users find your crates. Add
keywords = ["size-optimization", "twiggy", "profiler", "wasm"]
(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.
peepmatic-test-operator, peepmatic-traits, mutatis-derive
No repository property
Specify git repository URL in
Cargo.toml
to help users find more information, contribute, and for lib.rs to read more info.
wasm-webidl-bindings
Dependency quickcheck 0.8.5 is significantly outdated
Upgrade to 1.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency walrus 0.15.0 is significantly outdated
Upgrade to 0.23.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["flux", "section", "format"]
(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.
wasm-bindgen-macro-support
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["wasm", "development-tools::procedural-macro-helpers"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["wasm-bindgen", "wasm-module", "javascript", "documentation"]
(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.
vlq, memory_units, derive_is_enum_variant, rent_to_own, scrapmetal, source-map-mappings, source-map-mappings-wasm-api, wasm-nm, dwprod, tokio-timeit-middleware, scrapmetal-derive
Latest stable release is old
It's been over 7 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"
).
gloo-timers
Missing keywords
Help users find your crates. Add
keywords = ["timer", "wasm", "timeout", "api-bindings", "future"]
(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 'futures-channel' 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 'futures-channel', 'futures-core' may have been unintentional.
wasm-webidl-bindings-text-parser
Dependency lalrpop 0.17.1 is significantly outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lalrpop-util 0.17.1 is significantly outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency walrus 0.15.0 is significantly outdated
Upgrade to 0.23.3 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 = ["parser-implementations", "wasm"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["format", "wasm-webidl-bindings", "flux", "section"]
(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.
wasmtime-cache
Dependency base64 0.21.0 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustix 0.38.43 is outdated
Upgrade to 1.0.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["wasm-engine", "wasmtime", "wasi", "wasm-runtime", "wasm-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.
id-arena
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"
).It's an opportunity to update it to the current Rust edition.
Missing keywords
Help users find your crates. Add
keywords = ["arena", "id", "id-based", "deletion"]
(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.
findshlibs
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::debugging"]
to theCargo.toml
.
js-sys
Missing keywords
Help users find your crates. Add
keywords = ["object", "global", "documentation", "wasm", "org"]
(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.
cargo-fuzz
Dependency cargo_metadata 0.18.1 is outdated
Consider upgrading to 0.19.2 to get all the fixes and improvements.
Dependency toml 0.5.9 is outdated
Consider upgrading to 0.8.20 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["fuzzing", "cargo", "input", "fuzz", "target"]
(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.
wasm-bindgen-cli
Dependency ureq 2.7 is a bit outdated
Consider upgrading to 3.0.10 to get all the fixes and improvements.
Imprecise dependency requirement clap = 4
Cargo does not always pick latest versions of dependencies! Specify the version as
clap = "4.5.32"
. 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.Missing keywords
Help users find your crates. Add
keywords = ["wasm-bindgen", "wasm-module", "javascript"]
(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.
cranelift-codegen
Dependency capstone 0.12.0 is outdated
Upgrade to 0.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement bumpalo = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
bumpalo = "3.17.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.Optional dependency 'serde' 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 'serde', 'capstone', 'sha2', 'souper-ir', 'anyhow', 'gimli', 'postcard', 'serde_derive' may have been unintentional.
wasmparser
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["wasm", "parser-implementations"]
to theCargo.toml
.
wasm-bindgen-futures
Missing keywords
Help users find your crates. Add
keywords = ["promise", "wasm", "wasm-bindgen"]
(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.
typed-arena
Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.42, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
wasm-bindgen-macro-support, wasmtime-types, wasmtime-cranelift, wasmtime-cache, wasm-bindgen-backend, wasm-bindgen-cli, wasm-bindgen-cli-support, wasm-bindgen-threads-xform, wasm-bindgen-wasm-interpreter
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
wiggle-borrow, twiggy, peepmatic-souper
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.
sancov, oxischeme, breakpoint, sancov-sys, mach_o, eep, tokio-timeit-middleware, pancakes, fart-cli, mozjs, fart-utils, fart-aabb
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
derive_arbitrary
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.100"
. 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.
cranelift-frontend
Missing keywords
Help users find your crates. Add
keywords = ["wasm-engine", "cranelift", "wasmtime", "helper", "jit"]
(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 'hashbrown' 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 'hashbrown' may have been unintentional.
mutatis, associative-cache, fast-bernoulli
Dependency rand 0.8.5 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
peepmatic-test-operator
Dependency wast 38.0.0 is significantly outdated
Upgrade to 227.0.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["testing", "wasm", "wasi", "wasmtime", "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.
id-arena, walrus, bacon_rajan_cc, derive_arbitrary, wasm-tracing-allocator
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
easy-smt
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["algorithms"]
to theCargo.toml
.
souper-ir
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"
).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 = ["parser-implementations"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["ir", "ast", "format"]
(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.
derive_state_machine_future
Dependency darling 0.8.0 is significantly outdated
Upgrade to 0.20.10 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency petgraph 0.4.11 is significantly outdated
Upgrade to 0.7.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency proc-macro2 0.4.21 is significantly outdated
Upgrade to 1.0.94 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency quote 0.6.10 is significantly outdated
Upgrade to 1.0.40 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 0.15.0 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heck 0.3.0 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
shuffling-allocator
Dependency rand 0.8.2 is a bit outdated
Consider upgrading to 0.9.0 to get all the fixes and improvements.
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"
).Missing keywords
Help users find your crates. Add
keywords = ["shuffling-allocator", "allocation", "shuffling", "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.
z3
Optional dependency 'num' 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 'num' may have been unintentional.Using outdated edition for no reason
We estimate that this crate requires at least Rust 1.62, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
wasm-bindgen-shared, walrus-macro, mutatis-derive
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
wasm-bindgen-gc
Dependency parity-wasm 0.36 is significantly outdated
Upgrade to 0.45.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["wasm-bindgen", "name", "executable", "javascript"]
(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.
oxischeme
Latest stable release is old
It's been over 10 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"
).Nightly crates tend to have a short lifespan. We're delisting them if they're not updated frequently.
cranelift-module
Missing keywords
Help users find your crates. Add
keywords = ["wasm-engine", "cranelift", "wasmtime", "jit", "wasm-runtime"]
(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 'serde_derive' 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 'serde_derive', 'hashbrown', 'serde' may have been unintentional.
intrusive_splay_tree
Missing keywords
Help users find your crates. Add
keywords = ["splay-tree", "order", "moves"]
(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.
generational-arena
Reported security advisory RUSTSEC-2024-0014
`generational-arena` is unmaintained
derive_is_enum_variant
Dependency quote 0.3.15 is significantly outdated
Upgrade to 1.0.40 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 0.11.11 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency heck 0.3.0 is outdated
Upgrade to 0.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
peepmatic-test-operator, twiggy-analyze, twiggy-opt, twiggy-ir, wasm-bindgen-gc, wasm-bindgen-webidl, peepmatic-traits, twiggy-parser, twiggy-traits, sightglass-api, wasm-bindgen-test-project-builder, wasm-webidl-bindings-text-parser, source-map-mappings-wasm-api, sancov-sys, derive_state_machine_future, wee_alloc, scrapmetal-derive, fart-cli, dodrio-js-api, wi-bindgen, wai-rs, wigen, waigen, wi-rs, wi-gen, wai-gen
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.
mozjs_sys
Dependency bindgen 0.51.1 is significantly outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Big download
The crate is a 39MB download. You can use
cargo package
command to review crate's archive intarget/package
dir.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
include
orexclude
properties inCargo.toml
to minimize crate's download size. Crates.io keeps all versions of all crates forever, so this storage adds up.Imprecise dependency requirement walkdir = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
walkdir = "2.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.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 = ["mozjs", "pr", "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.Published crate contains binary files
The crate contains binary files (APK file, DOS exe, Python package, Zip file, 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.
cranelift-entity
Optional dependency 'serde_derive' 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 'serde_derive', 'serde' may have been unintentional.
twiggy-analyze, mozjs_sys, mach, mozjs
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.
wasm-webidl-bindings, fart, fart-2d-geom
Dependency rand 0.6.5 is significantly outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
wasm-bindgen-backend
Missing keywords
Help users find your crates. Add
keywords = ["wasm-bindgen", "wasm-module", "token-stream", "name", "javascript"]
(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.
cranelift-codegen-meta
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["wasm", "cranelift", "aot", "wasi", "jit"]
(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.
safe-gc
Missing keywords
Help users find your crates. Add
keywords = ["safe", "heap", "safe-gc", "trace", "top"]
(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.
wasm-bindgen-gc, vlq, memory_units, mach_o_sys, wasm-bindgen-test-project-builder, oxischeme, derive_is_enum_variant, rent_to_own, scrapmetal, source-map-mappings, source-map-mappings-wasm-api, wasm-nm, breakpoint, dwprod, mach_o, eep, tokio-timeit-middleware, pancakes, scrapmetal-derive
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.
wasm-bindgen-gc, wasm-bindgen-test-project-builder, derive_state_machine_future
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"
).
cranelift-native
Missing keywords
Help users find your crates. Add
keywords = ["wasm-engine", "cranelift", "aot", "wasmtime", "jit"]
(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.
deallocate-zeroed
Missing keywords
Help users find your crates. Add
keywords = ["allocator-api", "zero-aware-allocator"]
(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.
dwprod
Dependency fallible-iterator 0.1.3 is significantly outdated
Upgrade to 0.3.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gimli 0.14.0 is significantly outdated
Upgrade to 0.31.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency object 0.4.1 is significantly outdated
Upgrade to 0.36.7 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency clap 2.26.2 is outdated
Upgrade to 4.5.32 to get all the fixes, and avoid causing duplicate dependencies in projects.
wasm-bindgen-cli-support
Missing keywords
Help users find your crates. Add
keywords = ["wasm-bindgen", "wasm-module", "string", "name", "hello-world"]
(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.
bacon_rajan_cc
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["memory-management"]
to theCargo.toml
.
wasm-tracing-allocator
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"
).Missing keywords
Help users find your crates. Add
keywords = ["debugging", "global-allocator", "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.
mach_o_sys, mach_o, eep, pancakes
Latest stable release is old
It's been over 8 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"
).
breakpoint
Latest stable release is old
It's been over 9 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"
).Missing keywords
Help users find your crates. Add
keywords = ["breakpoints", "assembly", "debugging", "condition"]
(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.
z3-sys
Dependency bindgen 0.66.0 is significantly outdated
Upgrade to 0.71.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Needs more categories
Please more specific categories that describe functionality of the crate. Expand
categories = ["algorithms", "external-ffi-bindings"]
in yourCargo.toml
.Optional dependency 'cmake' 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 'cmake' may have been unintentional.
cranelift-interpreter
Dependency thiserror 1.0.43 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["wasm-engine", "ir", "cranelift", "wasi", "wasm-runtime"]
(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.
wasm-bindgen-threads-xform
Missing keywords
Help users find your crates. Add
keywords = ["wasm-bindgen", "wasm-module", "javascript"]
(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.
wasm-bindgen-wasm-interpreter
Missing keywords
Help users find your crates. Add
keywords = ["wasm-interpreter", "wasm-bindgen", "wasm-module", "javascript"]
(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.
twiggy-ir
Dependency cpp_demangle 0.3.3 is a bit outdated
Consider upgrading to 0.4.4 to get all the fixes and improvements.
Dependency petgraph 0.6.0 is a bit outdated
Consider upgrading to 0.7.1 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["size-optimization", "wasm", "profiler", "twiggy"]
(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.
wasm-bindgen-test-project-builder
Dependency wasm-bindgen-cli-support =0.2.15 is significantly outdated
Upgrade to 0.2.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
Imprecise dependency requirement lazy_static = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
lazy_static = "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.Missing keywords
Help users find your crates. Add
keywords = ["wasm-bindgen", "wasm-module", "javascript"]
(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.
wee_alloc
Reported security advisory RUSTSEC-2022-0054
wee_alloc is Unmaintained
Dependency cfg-if 0.1.2 is significantly outdated
Upgrade to 1.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency spin 0.5 is outdated
Upgrade to 0.9.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["allocator", "group", "wasm"]
(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.
wasm-nm
Dependency failure 0.1.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency parity-wasm 0.19.0 is significantly outdated
Upgrade to 0.45.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency clap 2.29.0 is outdated
Upgrade to 4.5.32 to get all the fixes, and avoid causing duplicate dependencies in projects.
cranelift-object
Missing keywords
Help users find your crates. Add
keywords = ["cranelift", "object", "wasmtime", "wasm", "aot"]
(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.
gloo-file
Missing keywords
Help users find your crates. Add
keywords = ["blob", "wasm", "api-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.Optional dependency 'futures-channel' 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 'futures-channel' may have been unintentional.
twiggy-analyze
Dependency petgraph 0.6.0 is a bit outdated
Consider upgrading to 0.7.1 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["size-optimization", "wasm", "twiggy", "profiler"]
(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.
cranelift-faerie
Latest stable release is old
It's been over 4 years. How did the experiment go? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).Dependency cranelift-codegen 0.66.0 is significantly outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency goblin 0.1.0 is significantly outdated
Upgrade to 0.9.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency target-lexicon 0.10 is significantly outdated
Upgrade to 0.13.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cranelift-module 0.66.0 is outdated
Upgrade to 0.118.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency faerie 0.15.0 is outdated
Upgrade to 0.16.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["cranelift", "faerie", "wasm", "wasi", "standalone"]
(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.
fast-bernoulli
Missing keywords
Help users find your crates. Add
keywords = ["probability", "random", "pause"]
(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.
cranelift-codegen-shared, cranelift-reader, wasm-bindgen-shared, peepmatic-test-operator, twiggy-analyze, twiggy-opt, wasm-webidl-bindings, twiggy-ir, wasm-bindgen-gc, peepmatic-traits, twiggy-parser, sightglass-api, wasm-bindgen-test-project-builder, source-map-mappings-wasm-api, wasm-nm, cranelift-faerie
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["wasm"]
to theCargo.toml
.
cranelift-codegen-shared
Missing keywords
Help users find your crates. Add
keywords = ["cranelift-codegen", "wasm", "jit", "run-time", "aot"]
(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.
cranelift-reader
Missing keywords
Help users find your crates. Add
keywords = ["cranelift", "reader", "wasm-engine", "wasmtime", "aot"]
(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.
wasm-bindgen-shared
Missing keywords
Help users find your crates. Add
keywords = ["wasm-bindgen", "javascript", "module"]
(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.
gloo-events
Missing keywords
Help users find your crates. Add
keywords = ["wasm", "listener", "api-bindings", "web"]
(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.
peepmatic-test-operator, twiggy-analyze, twiggy-opt, twiggy-ir, wasm-bindgen-webidl, peepmatic-traits, twiggy-parser, twiggy-traits, wasmtime-lightbeam
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"
).
tokio-timeit-middleware
Dependency futures 0.1.13 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency time 0.1.36 is significantly outdated
Upgrade to 0.3.41 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tokio-service 0.1.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Missing keywords
Help users find your crates. Add
keywords = ["time", "rc", "tokio-service"]
(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.
twiggy-analyze, twiggy-opt, twiggy-ir, twiggy-parser, twiggy-traits, source-map-mappings-wasm-api, wee_alloc
Buggy README path
The non-local path to readme specified as
\.\./README\.md
exposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.
twiggy-analyze, twiggy-opt, twiggy-ir, vlq, mach_o_sys, twiggy-parser, twiggy-traits, derive_is_enum_variant, rent_to_own, scrapmetal, source-map-mappings, source-map-mappings-wasm-api, wasm-nm, dwprod, mach_o, eep, derive_state_machine_future, tokio-timeit-middleware, pancakes, scrapmetal-derive
License Apache-2.0/MIT is not in SPDX syntax
Use
OR
instead of/
.
wasm-webidl-bindings, wasm-bindgen-gc, wasm-bindgen-webidl, longest-increasing-subsequence, wasm-bindgen-test-project-builder, wasm-webidl-bindings-text-parser, gloo-console-timer, walrus-macro, partial-min-max, fart, fart-cli, bufrng, fart-utils, fart-2d-geom, fart-aabb
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
wasm-webidl-bindings, longest-increasing-subsequence, mozjs_sys, wasm-webidl-bindings-text-parser, gloo-console-timer, wee_alloc
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"
).
pancakes
Incorrect dependency requirement gimli = 0.9.0
We could not parse it. Please check the semver syntax.
Cargo used to be more forgiving about the semver syntax, so it's possible that an already-published crate doesn't satisfy the current rules.
Dependency findshlibs 0.2.0 is significantly outdated
Upgrade to 0.10.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency gimli 0.9.0 is significantly outdated
Upgrade to 0.31.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["pancakes", "fitzgen"]
(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.
peepmatic-traits
Missing keywords
Help users find your crates. Add
keywords = ["peepmatic", "wasmtime", "wasm", "wasi", "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.
vlq
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["parser-implementations"]
to theCargo.toml
.
memory_units
Missing keywords
Help users find your crates. Add
keywords = ["memory-management", "unit", "memory-units"]
(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.
mach_o_sys
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::ffi", "os::macos-apis"]
to theCargo.toml
.
sightglass-api
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"
).Missing keywords
Help users find your crates. Add
keywords = ["benchmark", "wasmtime", "sightglass", "suite"]
(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.
source-map-mappings
Dependency rand 0.4.1 is significantly outdated
Upgrade to 0.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
longest-increasing-subsequence
Missing keywords
Help users find your crates. Add
keywords = ["subsequence", "sequence", "lis", "input"]
(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.
eep
Dependency time 0.1.0 is significantly outdated
Upgrade to 0.3.41 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thread-id 2.0.0 is outdated
Consider upgrading to 5.0.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["eep"]
(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.
mach
Reported security advisory RUSTSEC-2020-0168
mach is unmaintained
scrapmetal
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns", "algorithms"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["boilerplate", "warnings"]
(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.
source-map-mappings-wasm-api
Missing keywords
Help users find your crates. Add
keywords = ["source-map", "mapping", "api", "source-map-mappings"]
(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.37, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
gloo-console-timer
Missing keywords
Help users find your crates. Add
keywords = ["timer", "wasm", "api-bindings", "measurement"]
(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.
sancov-sys
Missing keywords
Help users find your crates. Add
keywords = ["sancov", "counter", "counters"]
(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.
mach_o
Published crate contains binary files
The crate contains binary files (Mach-o exe). 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.
mutatis-derive
Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.100"
. 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.
fart-cli
Dependency structopt 0.3.5 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 async-std 1.2.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency bytes 0.5.2 is significantly outdated
Consider upgrading to 1.10.0 to get all the fixes and improvements.
Dependency failure 0.1.6 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tide 0.4.0 is significantly outdated
Consider upgrading to 0.16.0 to get all the fixes and improvements.
Buggy README path
The non-local path to readme specified as
\.\./\.\./README\.md
exposes a bug in Cargo. Please use a path inside the crate's directory. Symlinks are okay. Please verify the change doesn't break any repo-relative URLs in the README.Dependency http-service 0.4.0 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency notify 4.0.14 is outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["art", "watch", "serve", "framework", "cli"]
(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.
scrapmetal-derive
Dependency quote 0.3.15 is significantly outdated
Upgrade to 1.0.40 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency syn 0.11.11 is significantly outdated
Upgrade to 2.0.100 to get all the fixes, and avoid causing duplicate dependencies in projects.
fart
Dependency euclid 0.20.7 is significantly outdated
Upgrade to 0.22.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency failure 0.1.6 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency svg 0.6.0 is significantly outdated
Upgrade to 0.18.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency noise 0.6.0 is outdated
Upgrade to 0.9.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 = ["algorithms"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["art", "path", "canvas", "process", "prelude"]
(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.
dodrio
Dependency bumpalo 2.6.0 is significantly outdated
Upgrade to 3.17.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency cfg-if 0.1.10 is significantly outdated
Upgrade to 1.0.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
mozjs
Dependency mozjs_sys 0.61.8 is a bit outdated
Consider upgrading to 0.67.1 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.2.17"
. 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.Imprecise dependency requirement lazy_static = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
lazy_static = "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.Missing keywords
Help users find your crates. Add
keywords = ["documentation", "rust-mozjs", "spider-monkey"]
(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.54, which is newer than the last 2015-edition compiler. You can upgrade without breaking any compatibility. Run
cargo fix --edition
and updateedition="…"
inCargo.toml
.
partial-min-max
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 = ["max", "nan", "art"]
(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.
bufrng
Dependency rand_core 0.5.1 is significantly outdated
Upgrade to 0.9.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
fart-2d-geom
Dependency euclid 0.20.1 is significantly outdated
Upgrade to 0.22.11 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 = ["multimedia::audio"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["line", "points", "audio", "triangulation", "intersect"]
(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.
fart-aabb
Dependency euclid 0.20.1 is significantly outdated
Upgrade to 0.22.11 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["bounding-box", "fart", "fart-aabb"]
(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.
fart-utils
Missing keywords
Help users find your crates. Add
keywords = ["fart-utils", "fart", "clamp", "drawer", "art"]
(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.
wi-bindgen, wai-rs, wigen, waigen, wi-rs, wi-gen, wai-gen, z
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.
wint
Internal error
We couldn't check this crate at this time, because: Crate needed for the dashboard Origin( lib.rs/crates/wint ). Please try again later.
No issues found in: cranelift cranelift-bforest target-lexicon wasm-bindgen-test-macro wasm-bindgen-macro cpp_demangle libbindgen
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.