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.
home
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["os"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
Missing keywords
Help users find your crates. Add
keywords = ["home", "cargo", "winapi", "package-manager"]
(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-opt
Dependency strum 0.24 is outdated
Upgrade to 0.27.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 strum_macros 0.24 is outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.32 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Missing keywords
Help users find your crates. Add
keywords = ["wasm-opt", "wasm-bindings", "passes"]
(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.
rustmax-cli, clippy-control, rustmax, max-cli, max
No readme property
Specify path to a
README
file for the project, so that information about is included in the crates.io tarball.
wasm-opt, wasm-opt-cxx-sys, wasm-opt-sys
License MIT / Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
clippy-control
Published crate doesn't match its repository
Partially verified 5 files (includes 3 Cargo-generated).
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
crates/clippy-control/
. Fetchedhttps://github.com/brson/clippy-control.git
75bdeba679ccb74573945675c002bd5395cdd44b.Checked on 2025-02-16
This check is experimental.
Dependency rustmax 0.0.3 is outdated
Consider upgrading to 0.1.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["config", "development-tools"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["clippy", "file", "clippy-control"]
(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.
rustmax-cli
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.
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.lock
not found.
Looked for the crate in
crates/rustmax-cli/
. Fetchedhttps://github.com/brson/rustmax.git
ab891dd3b5f4c4444f34b852a5c8bfd12342237a.Checked on 2025-02-23
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 = ["max", "rustmax-cli", "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.
basic-http-server
Dependency structopt 0.2.18 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 bytes 0.4.12 is significantly outdated
Consider upgrading to 1.10.0 to get all the fixes and improvements.
Dependency derive_more 0.15.0 is significantly outdated
Consider upgrading to 2.0.1 to get all the fixes and improvements.
Dependency env_logger 0.6.2 is significantly outdated
Consider upgrading to 0.11.8 to get all the fixes and improvements.
Dependency futures-preview 0.3.0-alpha.19 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency handlebars 1.1.0 is significantly outdated
Consider upgrading to 6.3.0 to get all the fixes and improvements.
Dependency http 0.1.19 is significantly outdated
Consider upgrading to 1.3.0 to get all the fixes and improvements.
Dependency hyper 0.13.0-alpha.4 is significantly outdated
Consider upgrading to 1.6.0 to get all the fixes and improvements.
Dependency tokio 0.2.0-alpha.6 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency tokio-fs 0.2.0-alpha.6 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency clap 2.33.0 is outdated
Consider upgrading to 4.5.38 to get all the fixes and improvements.
Dependency comrak 0.6.2 is outdated
Consider upgrading to 0.39.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming::http-server"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["basic-http-server", "web-server", "extension"]
(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.
crusadertest2
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"
).If the crate is truly stable, why not make a 1.0.0 release?
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.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.The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
To protect against supply chain attacks similar to CVE-2024-3094, lib.rs will soon start flagging non-reproducible packages without public source code as suspicious. Currently only git repositories are supported (but may be hosted anywhere, not just GitHub). If you'd like a different SCM supported, please file a feature request.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing keywords
Help users find your crates. Add
keywords = ["cargo-crusader", "crusadertest2", "crusaders"]
(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.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.
jsdoctest
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.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.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"
).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.
Missing keywords
Help users find your crates. Add
keywords = ["jsdoctest", "injection", "js", "link"]
(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.
crusadertest1
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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.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.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.
Missing keywords
Help users find your crates. Add
keywords = ["cargo-crusader", "crusadertest1", "publish", "publishing", "crusaders"]
(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.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.
rustmax
Dependency extension-trait 1.0.2 has issues
It may not be actively developed any more. Consider changing the dependency.
Imprecise dependency requirement bitflags = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
bitflags = "2.9.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::procedural-macro-helpers"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["max", "rustmax", "middleware"]
(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 'byteorder' 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 'byteorder', 'rand', 'cxx', 'rayon', 'bindgen', 'base64', 'extension-trait', 'hex', 'serde', 'sha2', 'chrono', 'cxx-build', 'jiff', 'log', 'anyhow', 'socket2', 'walkdir', 'mime', 'bitflags', 'cfg-if', 'libc', 'proptest', 'futures', 'tera', 'blake3', 'itertools', 'num_enum', 'thiserror', 'clap', 'env_logger', 'crossbeam', 'ahash', 'reqwest', 'proc-macro2', 'static_assertions', 'tokio', 'rand_pcg', 'num_cpus', 'xshell', 'nom', 'unicode-segmentation', 'json5', 'num-bigint', 'serde_json', 'tower', 'bytes', 'ctrlc', 'derive_more', 'rustyline', 'syn', 'toml', 'regex', 'quote', 'tempfile', 'backtrace', 'cc', 'http', 'hyper', 'termcolor', 'semver', 'axum', 'rand_chacha', 'url' may have been unintentional.
sdl
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"
).Dependency libc 0.1 is significantly outdated
Upgrade to 0.2.172 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency num 0.1.24 is significantly outdated
Upgrade to 0.4.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.3 is significantly outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["hardware-support"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["sdl", "bindings", "rust-sdl"]
(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-crusader
Dependency env_logger 0.3.1 is significantly outdated
Consider upgrading to 0.11.8 to get all the fixes and improvements.
Dependency lazy_static 0.1.14 is significantly outdated
Consider upgrading to 1.5.0 to get all the fixes and improvements.
Dependency log 0.3.1 is significantly outdated
Consider upgrading to 0.4.27 to get all the fixes and improvements.
Dependency num_cpus 0.2.6 is significantly outdated
Consider upgrading to 1.16.0 to get all the fixes and improvements.
Dependency rustc-serialize 0.3.24 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency semver 0.1.20 is significantly outdated
Consider upgrading to 1.0.26 to get all the fixes and improvements.
Dependency tempdir 0.3.4 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency term 0.2.11 is significantly outdated
Consider upgrading to 1.0.2 to get all the fixes and improvements.
Dependency threadpool 0.1.4 is significantly outdated
Consider upgrading to 1.8.0 to get all the fixes and improvements.
Dependency toml 0.1.21 is significantly outdated
Consider upgrading to 0.8.22 to get all the fixes and improvements.
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"
).Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::cargo-plugins"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["publish", "cargo-crusader", "crusaders", "publishing"]
(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.
skeptic
Dependency error-chain 0.12 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.Dependency cargo_metadata 0.14 is outdated
Upgrade to 0.19.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency pulldown-cmark 0.9 is outdated
Consider upgrading to 0.13.0 to get all the fixes and improvements.
Imprecise dependency requirement tempfile = 3
Cargo does not always pick latest versions of dependencies! Specify the version as
tempfile = "3.20.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.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"
).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.
result_iter
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.README missing from the repository
We've searched
https://github\.com/brson/result\_iter\.git
and could not find a README file there.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"
).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.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.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing keywords
Help users find your crates. Add
keywords = ["iterator", "result", "result-iter", "results", "situations"]
(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.
max-cli
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.Missing keywords
Help users find your crates. Add
keywords = ["max-cli", "cli", "max"]
(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.
max
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.Missing keywords
Help users find your crates. Add
keywords = ["max"]
(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.
atomic_blobject
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.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.Dependency error-chain 0.10.0 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency log 0.3.8 is significantly outdated
Upgrade to 0.4.27 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.3.15 is significantly outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.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"
).License MIT/Apache-2.0/BSL-1.0 is not in SPDX syntax
Use
OR
instead of/
.Missing keywords
Help users find your crates. Add
keywords = ["data-store", "atomic", "atomic-blobject"]
(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-opt-sys
Failed to verify create's content against its repository
Verified 7 out of 713 files (includes 2 Cargo-generated).
- warning: The crates.io package has no commit hash associated with it.
- Publish a new version, without using
--allow-dirty
flag. Make sure all changes are committed before publishing. Useinclude
/exclude
inCargo.toml
to omit unnecessary files.
- Publish a new version, without using
- warning: Skipped .git link for submodule 'gitdir: ../.git/modules/binaryen .
Files in the crates.io crate compared to the repository:
binaryen/
.gitmodules
not found..clang-format
not found.CMakeLists.txt
not found.check.py
not found.LICENSE
not found.Contributing.md
not found.requirements-dev.txt
not found..flake8
not found.config.h.in
not found..clang-tidy
not found.ubsan.blacklist
not found.README.md
not found..git-blame-ignore-revs
not found..gitignore
not found.CHANGELOG.md
not found..gitattributes
not found.
codecov.yml
not found.binaryen/.github/workflows/
create_release.yml
not found.ci.yml
not found.
example.png
not found.binaryen/scripts/
fuzz_passes.py
not found.strip_local_names.py
not found.fuzz_relooper.py
not found.__init__.py
not found.not.py
not found.update_lit_checks.py
not found.update_help_checks.py
not found.clang-format-diff.sh
not found.foreach.py
not found.port_passes_tests_to_lit.py
not found.auto_update_tests.py
not found.wasm2js.js
not found.storage.py
not found.fuzz_passes_wast.py
not found.clang-tidy-diff.sh
not found.binaryen-lit.in
not found.fuzz_opt.py
not found.gen-s-parser.py
not found.validation_shell.js
not found.fuzz_shell.js
not found.
binaryen/scripts/test/
generate_lld_tests.py
not found.support.py
not found.env.js
not found.wasm2js.py
not found.spectest.js
not found.binaryenjs.py
not found.node-esm-loader.mjs
not found.mod.ule.js
not found.__init__.py
not found.shared.py
not found.lld.py
not found.wasm_opt.py
not found.
binaryen/src/
wasm-validator.h
not found.binaryen-c.cpp
not found.wasm-features.h
not found.wasm-s-parser.h
not found.shell-interface.h
not found.wasm-debug.h
not found.wasm-ir-builder.h
not found.wasm-stack.h
not found.shared-constants.h
not found.asm_v_wasm.h
not found.wat-parser.h
not found.wasm-type.h
not found.gen-s-parser.inc
not found.wasm-type-ordering.h
not found.wasm-binary.h
not found.wat-lexer.h
not found.wasm-type-printing.h
not found.wasm-module-building.h
not found.binaryen-c.h
not found.pretty_printing.h
not found.
binaryen/src/abi/
stack.h
not found.js.h
not found.
binaryen/src/analysis/
stack-lattice.h
not found.visitor-transfer-function.h
not found.cfg.h
not found.CMakeLists.txt
not found.reaching-definitions-transfer-function.h
not found.liveness-transfer-function.h
not found.cfg-impl.h
not found.monotone-analyzer-impl.h
not found.lattice.h
not found.monotone-analyzer.h
not found.powerset-lattice-impl.h
not found.cfg.cpp
not found.sign-lattice.cpp
not found.
binaryen/src/asmjs/
asmangle.h
not found.asmangle.cpp
not found.asm_v_wasm.cpp
not found.CMakeLists.txt
not found.shared-constants.h
not found.shared-constants.cpp
not found.
binaryen/src/cfg/
Relooper.h
not found.liveness-traversal.h
not found.domtree.h
not found.CMakeLists.txt
not found.cfg-traversal.h
not found.Relooper.cpp
not found.
binaryen/src/dataflow/
graph.h
not found.users.h
not found.node.h
not found.utils.h
not found.
binaryen/src/emscripten-optimizer/
snprintf.h
not found.simple_ast.h
not found.optimizer-shared.cpp
not found.simple_ast.cpp
not found.parser.h
not found.CMakeLists.txt
not found.parser.cpp
not found.optimizer.h
not found.
binaryen/src/ir/
numbering.h
not found.function-utils.h
not found.memory-utils.cpp
not found.type-updating.h
not found.eh-utils.cpp
not found.table-utils.cpp
not found.table-utils.h
not found.properties.h
not found.hashed.h
not found.stack-utils.cpp
not found.ReFinalize.cpp
not found.linear-execution.h
not found.effects.h
not found.parents.h
not found.debug.h
not found.names.cpp
not found.properties.cpp
not found.load-utils.h
not found.module-utils.cpp
not found.local-structural-dominance.h
not found.
binaryen/src/js/
binaryen.js-post.js
not found.binaryen.jsoo-extern-pre.js
not found.
binaryen/src/passes/
call-utils.h
not found.RemoveUnusedNames.cpp
not found.Intrinsics.cpp
not found.TypeSSA.cpp
not found.NameList.cpp
not found.ConstantFieldPropagation.cpp
not found.RemoveUnusedBrs.cpp
not found.Inlining.cpp
not found.Untee.cpp
not found.stringify-walker.h
not found.pass.cpp
not found.AbstractTypeRefining.cpp
not found.OptimizeForJS.cpp
not found.MultiMemoryLowering.cpp
not found.RemoveUnusedTypes.cpp
not found.Asyncify.cpp
not found.CodePushing.cpp
not found.OptimizeCasts.cpp
not found.RemoveMemory.cpp
not found.LocalCSE.cpp
not found.
binaryen/src/support/
suffix_tree_node.cpp
not found.timing.h
not found.utilities.cpp
not found.threads.h
not found.path.cpp
not found.small_vector.h
not found.path.h
not found.bits.cpp
not found.archive.h
not found.string.h
not found.file.h
not found.permutations.h
not found.small_set.h
not found.alloc.h
not found.CMakeLists.txt
not found.hash.h
not found.utilities.h
not found.name.h
not found.colors.h
not found.suffix_tree.cpp
not found.
binaryen/src/templates/
normal.js
not found.wasm.js
not found.
binaryen/src/tools/
CMakeLists.txt
not found.wasm-reduce.cpp
not found.tool-options.h
not found.wasm-as.cpp
not found.wasm-ctor-eval.cpp
not found.tool-utils.h
not found.wasm2c-wrapper.h
not found.optimization-options.h
not found.wasm2js.cpp
not found.js-wrapper.h
not found.wasm-shell.cpp
not found.wasm-emscripten-finalize.cpp
not found.wasm-fuzz-lattices.cpp
not found.wasm-fuzz-types.cpp
not found.wasm-merge.cpp
not found.wasm-opt.cpp
not found.spec-wrapper.h
not found.fuzzing.h
not found.wasm-metadce.cpp
not found.wasm-dis.cpp
not found.
binaryen/src/tools/fuzzing/
heap-types.h
not found.fuzzing.cpp
not found.parameters.h
not found.random.cpp
not found.random.h
not found.heap-types.cpp
not found.
binaryen/src/tools/wasm-split/
split-options.cpp
not found.wasm-split.cpp
not found.instrumenter.h
not found.instrumenter.cpp
not found.split-options.h
not found.CMakeLists.txt
not found.
binaryen/src/wasm/
wasm-binary.cpp
not found.wasm-stack.cpp
not found.wasm-ir-builder.cpp
not found.wasm.cpp
not found.wasm-type.cpp
not found.wasm-s-parser.cpp
not found.CMakeLists.txt
not found.wasm-emscripten.cpp
not found.wasm-validator.cpp
not found.literal.cpp
not found.parsing.cpp
not found.wasm-io.cpp
not found.wasm-debug.cpp
not found.wasm-interpreter.cpp
not found.wat-lexer.cpp
not found.wat-parser.cpp
not found.
binaryen/third_party/
CMakeLists.txt
not found.setup.py
not found..clang-format
not found..clang-tidy
not found.
binaryen/third_party/llvm-project/
DWARFDebugAranges.cpp
not found.DWARFUnit.cpp
not found.DWARFDebugMacro.cpp
not found.Error.cpp
not found.raw_ostream.cpp
not found.DWARFAbbreviationDeclaration.cpp
not found.DWARFUnitIndex.cpp
not found.DWARFVisitor.cpp
not found.DWARFDebugAddr.cpp
not found.DWARFDataExtractor.cpp
not found.CMakeLists.txt
not found.DWARFDie.cpp
not found.DataExtractor.cpp
not found.ConvertUTF.cpp
not found.ScopedPrinter.cpp
not found.FormatVariadic.cpp
not found.NativeFormatting.cpp
not found.DWARFGdbIndex.cpp
not found.DWARFDebugArangeSet.cpp
not found.DWARFDebugLoc.cpp
not found.
binaryen/third_party/llvm-project/Unix/
Path.inc
not found.Unix.h
not found.
binaryen/third_party/llvm-project/include/llvm/
LICENSE.TXT
not found.readme.txt
not found.
binaryen/third_party/llvm-project/include/llvm/ADT/
MapVector.h
not found.SmallString.h
not found.APInt.h
not found.SmallVector.h
not found.DenseMap.h
not found.ilist_base.h
not found.Optional.h
not found.FoldingSet.h
not found.None.h
not found.Triple.h
not found.ilist_iterator.h
not found.AllocatorList.h
not found.StringRef.h
not found.DenseSet.h
not found.iterator_range.h
not found.iterator.h
not found.edit_distance.h
not found.fallible_iterator.h
not found.StringExtras.h
not found.EpochTracker.h
not found.
binaryen/third_party/llvm-project/include/llvm/BinaryFormat/
DynamicTags.def
not found.WasmRelocs.def
not found.ELF.h
not found.Magic.h
not found.Dwarf.def
not found.MachO.def
not found.MachO.h
not found.Wasm.h
not found.Dwarf.h
not found.COFF.h
not found.
binaryen/third_party/llvm-project/include/llvm/BinaryFormat/ELFRelocs/
AArch64.def
not found.MSP430.def
not found.Lanai.def
not found.AMDGPU.def
not found.ARM.def
not found.RISCV.def
not found.Mips.def
not found.PowerPC64.def
not found.x86_64.def
not found.Sparc.def
not found.i386.def
not found.BPF.def
not found.SystemZ.def
not found.ARC.def
not found.Hexagon.def
not found.AVR.def
not found.PowerPC.def
not found.
binaryen/third_party/llvm-project/include/llvm/Config/
llvm-config.h
not found.config.h
not found.abi-breaking.h
not found.
DIContext.h
not found.binaryen/third_party/llvm-project/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h
not found.DWARFDebugLine.h
not found.DWARFAddressRange.h
not found.DWARFDebugAbbrev.h
not found.DWARFUnit.h
not found.DWARFAcceleratorTable.h
not found.DWARFAbbreviationDeclaration.h
not found.DWARFDebugInfoEntry.h
not found.DWARFDebugRangeList.h
not found.DWARFAttribute.h
not found.DWARFGdbIndex.h
not found.DWARFDebugRnglists.h
not found.DWARFUnitIndex.h
not found.DWARFDebugPubTable.h
not found.DWARFDebugAddr.h
not found.DWARFTypeUnit.h
not found.DWARFCompileUnit.h
not found.DWARFSection.h
not found.DWARFObject.h
not found.DWARFExpression.h
not found.
binaryen/third_party/llvm-project/include/llvm/MC/
MCSymbolWasm.h
not found.SubtargetFeature.h
not found.LaneBitmask.h
not found.MCExpr.h
not found.MCFixup.h
not found.MCSymbol.h
not found.MCFragment.h
not found.MCRegisterInfo.h
not found.MCRegister.h
not found.MCInst.h
not found.
binaryen/third_party/llvm-project/include/llvm/Object/
ELFTypes.h
not found.Archive.h
not found.Minidump.h
not found.RelocationResolver.h
not found.Wasm.h
not found.SymbolicFile.h
not found.Decompressor.h
not found.Binary.h
not found.COFF.h
not found.Error.h
not found.ELF.h
not found.MachO.h
not found.CVDebugRecord.h
not found.ObjectFile.h
not found.ELFObjectFile.h
not found.
binaryen/third_party/llvm-project/include/llvm/ObjectYAML/
ObjectYAML.h
not found.DWARFYAML.h
not found.DWARFEmitter.h
not found.
binaryen/third_party/llvm-project/include/llvm/Support/
WindowsError.h
not found.Format.h
not found.Path.h
not found.Casting.h
not found.FormattedStream.h
not found.FileOutputBuffer.h
not found.DJB.h
not found.NativeFormatting.h
not found.SmallVectorMemoryBuffer.h
not found.ErrorOr.h
not found.Chrono.h
not found.Unicode.h
not found.FormatVariadic.h
not found.UnicodeCharRanges.h
not found.type_traits.h
not found.LICENSE.TXT
not found.circular_raw_ostream.h
not found.MathExtras.h
not found.CBindingWrapping.h
not found.MemoryBuffer.h
not found.
DWARFContext.h
not found.binaryen/third_party/llvm-project/include/llvm-c/
DataTypes.h
not found.Error.h
not found.Types.h
not found.ErrorHandling.h
not found.DisassemblerTypes.h
not found.
.gitignore
not found..gitignore
not found..gitignore
not found.binaryen/third_party/wabt/wasm2c/
wasm-rt.h
not found.wasm-rt-impl.c
not found.README.md
not found.wasm-rt-impl.h
not found.
Threading.h
exists, but elsewhere in the repo.
Looked for the crate in
components/wasm-opt-sys/
. Fetchedhttps://github.com/brson/wasm-opt-rs.git
taggedv0.116.0
(4e9d718634a4ad735847267e63986106143082a3).Checked on 2024-04-23
- warning: The crates.io package has no commit hash associated with it.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["wasm"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["wasm-opt", "build", "binaryen", "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.
b_error
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.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.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"
).License Apache-2.0/MIT/BSL-1.0/CC0-1.0 is not in SPDX syntax
Use
OR
instead of/
.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 = ["convert", "error", "b-error", "conversion", "conversions"]
(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.
load-maker
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Latest stable release is old
It's been over 6 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"
(or
"as-is"
,"passively-maintained"
).Users pay attention to the latest release date. Even if the crate is perfectly fine as-is, users may not know that.
fancy_flocks
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.Dependency log 0.3.8 is significantly outdated
Upgrade to 0.4.27 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.3.15 is significantly outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
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.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"
).License MIT/Apache-2.0/BSL-1.0 is not in SPDX syntax
Use
OR
instead of/
.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["filesystem"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["locking", "fancy", "fancy-flocks"]
(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-bake
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"
).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.Dependency env_logger 0.3 is significantly outdated
Consider upgrading to 0.11.8 to get all the fixes and improvements.
Dependency log 0.3 is significantly outdated
Consider upgrading to 0.4.27 to get all the fixes and improvements.
Dependency num_cpus 0.2 is significantly outdated
Consider upgrading to 1.16.0 to get all the fixes and improvements.
Dependency stopwatch 0.0.6 is significantly outdated
Consider upgrading to 0.0.7 to get all the fixes and improvements.
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.
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::cargo-plugins", "compilers"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["cargo", "cargo-bake", "bake", "codegen", "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.
cargo-crusader, wasm-opt-sys, og_fmt
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.
big_s
License MIT/Apache-2.0/CC0-1.0 is not in SPDX syntax
Use
OR
instead of/
.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["rust-patterns"]
to theCargo.toml
.
wasm-opt-cxx-sys
*-sys crate without links property
If this crate uses C libraries with public symbols, consider adding
links = "wasm-opt-cxx"
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.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["wasm"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["wasm-opt", "cpp", "wasm", "cxx"]
(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.
basic-http-server, big_s, parse_list
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"
).
basic-http-server, skeptic, cargo-crusader, og_fmt
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
og_fmt
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"
).It's an opportunity to update it to the current Rust edition.
parse_list
License Apache-2.0/MIT/BSL-1.0/CC0-1.0 is not in SPDX syntax
Use
OR
instead of/
.Missing keywords
Help users find your crates. Add
keywords = ["parser", "list", "parse-list", "fs", "data"]
(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.
stdx
Dependency docopt 0.6.67 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.
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 categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.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.Dependency bitflags 0.3.0 is significantly outdated
Upgrade to 2.9.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency env_logger 0.3.1 is significantly outdated
Upgrade to 0.11.8 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency flate2 0.2.7 is significantly outdated
Upgrade to 1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper 0.6.1 is significantly outdated
Upgrade to 1.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency lazy_static 0.1.11 is significantly outdated
Upgrade to 1.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency libc 0.1.8 is significantly outdated
Upgrade to 0.2.172 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency log 0.3.1 is significantly outdated
Upgrade to 0.4.27 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency num 0.1.25 is significantly outdated
Upgrade to 0.4.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.3.8 is significantly outdated
Upgrade to 0.9.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency regex 0.1.39 is significantly outdated
Upgrade to 1.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rustc-serialize 0.3.15 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency semver 0.1.19 is significantly outdated
Upgrade to 1.0.26 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency tempdir 0.3.4 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency time 0.1.3 is significantly outdated
Upgrade to 0.3.41 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toml 0.1.21 is significantly outdated
Upgrade to 0.8.22 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency url 0.2.35 is significantly outdated
Upgrade to 2.5.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
The Cargo package has no git commit information
Before publishing a package, make sure all packaged files are committed to the repository, and there are no "dirty" files. Push this commit to crate's public repository.
docs.rs build failed
docs.rs site failed to build the crate, so users will have trouble finding the documentation. Docs.rs supports multiple platforms and custom configurations, so you can make the build work even if normal crate usage has special requirements.
Docs.rs doesn't need to run or even link any code, so system dependencies can simply be skipped. You can also set
cfg()
flags just for docs.rs and use them to hide problematic code.Missing keywords
Help users find your crates. Add
keywords = ["stdx", "numbers", "batteries"]
(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.
error-chain
License MIT/Apache-2.0 is not in SPDX syntax
Use
OR
instead of/
.
rustx-cli
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
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.
rstx-cli
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
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.
rstx
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
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.
No issues found in: harfbuzz
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.