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.
uniffi, uniffi_pipeline, uniffi_udl, uniffi_bindgen, uniffi_build, uniffi_meta, uniffi_testing, uniffi_core, uniffi_internal_macros
Imprecise dependency requirement anyhow = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
anyhow = "1.0.102". IfCargo.lockends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versionsflag, used by users of old Rust versions.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.
oneshot-uniffi
Dependency async-std 1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency criterion 0.3 is outdated
Upgrade to 0.8.2 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.
uniffi_bindgen
Dependency askama 0.14 is outdated
Upgrade to 0.15.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency goblin 0.8 is outdated
Upgrade to 0.10.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency toml >=0.8, <=0.9 is outdated
Upgrade to 1.0.3+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i; Also check out Dependabot service on GitHub.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::procedural-macro-helpers", "development-tools::ffi"]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.
uniffi, uniffi_bindgen, uniffi_testing
Dependency cargo_metadata 0.19 is outdated
Upgrade to 0.23.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
uniffi, uniffi_pipeline, uniffi_build, uniffi_core
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::ffi"]to theCargo.toml.
weedle2
Dependency nom 7.1.0 is a bit outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming", "parser-implementations"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["web-idl", "define", "bindings-generator", "data-structures", "weedle"](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.
ffi-support
Latest stable release is old
It's been over 4 years. Is this crate still maintained? Make a new release, either to refresh it, or to set
[badges.maintenance] status = "deprecated"(or
"as-is","passively-maintained").If the crate is truly stable, why not make a 1.0.0 release?
License Apache-2.0 / MIT is not in SPDX syntax
Use
ORinstead of/.
uniffi_udl
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::procedural-macro-helpers"]to theCargo.toml.
uniffi_bindgen, uniffi_macros, uniffi_testing
Dependency fs-err 2.7.0 is a bit outdated
Consider upgrading to 3.3.0 to get all the fixes and improvements.
uniffi_meta
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["development-tools::procedural-macro-helpers", "development-tools::ffi"]to theCargo.toml.
uniffi_testing
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 = ["bindings-generator", "testing", "directory", "fixtures", "helper"](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.
uniffi_macros
Dependency toml >=0.8, <=0.9 is outdated
Upgrade to 1.0.3+spec-1.1.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
No issues found in: uniffi_checksum_derive
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.