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.
stailwc
Latest stable release is old
It's been over 20 months. 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.
Imprecise dependency requirement serde = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
serde = "1.0.218"
. 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.
Dependency itertools 0.10.3 is outdated
Upgrade to 0.14.0 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 nom 7.1.1 is a bit outdated
Consider upgrading to 8.0.0 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.Dependency nom_locate 4.0.0 is slightly outdated
Consider upgrading to 5.0.0 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["tailwind", "swc", "transpiler", "compiler", "compile-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.
stailwc, stailwc-swc-utils, tailwind-parse
Dependency swc_core =0.76.9 is significantly outdated
Upgrade to 16.4.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
stailwc, tailwind-config, tailwind-parse
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["web-programming"]
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.
async-stripe
Dependency async-std 1.8,<1.11 is significantly outdated
Upgrade to 1.13.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency serde_qs 0.10.1 is significantly outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency smol_str 0.1 is significantly outdated
Upgrade to 0.3.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency uuid 0.8 is significantly outdated
Upgrade to 1.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper 0.14 is outdated
Upgrade to 1.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper-rustls 0.24 is outdated
Upgrade to 0.27.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency hyper-tls 0.5 is outdated
Upgrade to 0.6.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rocket 0.4 is outdated
Upgrade to 0.5.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency smart-default 0.6.0 is outdated
Upgrade to 0.7.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.24 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.43.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.Optional dependency 'hex' 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 'hex', 'hmac', 'async-std', 'sha2', 'tokio', 'surf', 'chrono', 'hyper-rustls', 'hyper', 'futures-util', 'hyper-tls' may have been unintentional.
stailwc-swc-utils
Latest stable release is old
It's been over 21 months. 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
.Missing keywords
Help users find your crates. Add
keywords = ["swc", "tailwind", "stailwc", "nextjs", "vite"]
(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.
tailwind-config
Failed to verify create's content against its repository
Partially verified 3 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: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.
Looked for the crate in
crates/tailwind-config/
. Fetchedhttps://github.com/arlyon/stailwc.git
4c40fbd58c29702e234295c00aac3a28be122874.Checked on 2024-07-28
This check is experimental.
- warning: The crates.io package has no commit hash associated with it.
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.
Missing keywords
Help users find your crates. Add
keywords = ["tailwind", "definition", "config-file", "swc", "stailwc"]
(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.
tailwind-parse
Latest stable release is old
It's been over 20 months. 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 itertools 0.10.5 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency nom 7.1.1 is a bit outdated
Consider upgrading to 8.0.0 to get all the fixes and improvements.
Dependency nom_locate 4.0.0 is slightly outdated
Consider upgrading to 5.0.0 to get all the fixes and improvements.
Dependency thiserror 1.0.37 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 = ["tailwind", "directive", "error", "compile-time", "component"]
(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.
stailwc, stailwc-swc-utils, tailwind-parse
Locked dependency version swc_core =0.76.9
This can easily cause a dependency resolution conflict. If you must work around a semver-breaking dependency that can't be yanked, use a range of versions or fork it.
tailwind-parse-macro
Failed to verify create's content against its repository
Partially verified 3 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: Found a Cargo.toml for this package in its repo (via tags), but the version was different.
- warning: Had to perform fuzzy search of the head branch due to lack of commit information in the package.
Files in the crates.io crate compared to the repository:
Cargo.toml.orig
does not match the repository.
Looked for the crate in
crates/tailwind-parse-macro/
. Fetchedhttps://github.com/arlyon/stailwc.git
18e0d8ead616cecedec4d77bdb968ff223704baa.Checked on 2024-07-28
- warning: The crates.io package has no commit hash associated with it.
Latest stable release is old
It's been over 20 months. 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 syn 1.0.103 is significantly outdated
Upgrade to 2.0.99 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.
Dependency convert_case 0.6.0 is a bit outdated
Consider upgrading to 0.8.0 to get all the fixes and improvements.
tailwind-config, stailwc-swc-utils, tailwind-parse, litehouse-config, litehouse
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.
bluenoise
Dependency glam 0.13.1 is significantly outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency itertools 0.10.0 is outdated
Upgrade to 0.14.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency rand 0.8.0 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 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?
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["filesystem"]
to theCargo.toml
.
holding_color
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Dependency colored 2 is a bit outdated
Consider upgrading to 3.0.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 = ["color", "provider", "abstraction"]
(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.
litehouse-config, litehouse, podman-autoupdate-hook
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.
holding
Dependency clap 3.0.0-beta.1 is significantly outdated
Consider upgrading to 4.5.31 to get all the fixes and improvements.
Dependency clap_generate 3.0.0-beta.1 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency itertools 0.9 is significantly outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency serde_yaml 0.8 has issues
It may not be actively developed any more. Consider changing the dependency.
Dependency strum 0.19 is significantly outdated
Consider upgrading to 0.27.1 to get all the fixes and improvements.
Dependency strum_macros 0.19 is significantly outdated
Consider upgrading to 0.27.1 to get all the fixes and improvements.
Dependency uuid 0.8 is significantly outdated
Consider upgrading to 1.15.0 to get all the fixes and improvements.
Dependency dnd_dice_roller 0.4 is slightly outdated
Consider upgrading to 0.5.1 to get all the fixes and improvements.
Dependency human-panic 1.0 is outdated
Consider upgrading to 2.0.2 to get all the fixes and improvements.
Dependency ordinal 0.2 is outdated
Consider upgrading to 0.3.2 to get all the fixes and improvements.
Dependency rspotify 0.10 is outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
litehouse-config
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/arlyon/litehouse\.git
At the moment we only support git, and attempt fetching when we index a new release. Cloning is necessary for lib.rs to gather data that is missing on crates.io, e.g. to correctly resolve relative URLs in README files, which depend on repository layout and non-standard URL schemes of repository hosts.
Dependency thiserror 1.0.57 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["config", "wasm"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["home-automation", "litehouse", "server"]
(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.
litehouse
Could not fetch repository
We've had trouble cloning git repo from
https://github\.com/arlyon/litehouse\.git
Dependency itertools 0.12.1 is significantly outdated
Consider upgrading to 0.14.0 to get all the fixes and improvements.
Dependency wasmtime 19.0.0 is significantly outdated
Consider upgrading to 30.0.2 to get all the fixes and improvements.
Dependency wasmtime-wasi 19.0.0 is significantly outdated
Consider upgrading to 30.0.2 to get all the fixes and improvements.
Dependency wasmtime-wasi-http 19.0.0 is significantly outdated
Consider upgrading to 30.0.2 to get all the fixes and improvements.
Dependency console-subscriber 0.2.0 is outdated
Consider upgrading to 0.4.1 to get all the fixes and improvements.
Dependency directories 5.0.1 is outdated
Consider upgrading to 6.0.0 to get all the fixes and improvements.
Dependency jsonc-parser 0.23.0 is outdated
Consider upgrading to 0.26.2 to get all the fixes and improvements.
Dependency jsonschema 0.17.1 is outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
Dependency thiserror 1.0.58 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
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 = ["home-automation", "wasm", "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.
podman-autoupdate-hook
Dependency tower_governor 0.0.4 is significantly outdated
Consider upgrading to 0.6.0 to get all the fixes and improvements.
Dependency axum 0.6.4 is outdated
Consider upgrading to 0.8.2 to get all the fixes and improvements.
Dependency axum-auth 0.4.0 is outdated
Consider upgrading to 0.8.1 to get all the fixes and improvements.
Dependency tower 0.4.13 is outdated
Consider upgrading to 0.5.2 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 = ["webhook", "podman", "container", "auto-update", "container-image"]
(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.
axum-option, litehouse-plugin, holding_solar
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.
axum-option, litehouse-plugin, litehouse-plugin-macro
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.
instantly
Dependency clap 3.0.0-beta.1 is significantly outdated
Consider upgrading to 4.5.31 to get all the fixes and improvements.
Dependency colored 2.0 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Dependency human-panic 1.0 is outdated
Consider upgrading to 2.0.2 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["multimedia::images"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["download", "instagram", "photos", "query", "hash"]
(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.
axum-option
Dependency axum-extra 0.7.2 is significantly outdated
Upgrade to 0.11.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency axum 0.6.12 is outdated
Upgrade to 0.8.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency jwt-authorizer 0.8.1 is outdated
Consider upgrading to 0.15.0 to get all the fixes and improvements.
Dependency prost 0.11.8 is outdated
Upgrade to 0.13.5 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["extractor", "axum", "valid", "optional", "reject"]
(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.
holding_kronos
Dependency strum 0.19 is significantly outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros 0.19 is significantly outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency num_enum 0.5 is outdated
Upgrade to 0.7.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ordinal 0.2 is outdated
Upgrade to 0.3.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["date-and-time"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["calendar", "date-time", "fantasy", "flexible", "days"]
(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.
holding_solar
Dependency strum 0.19.2 is significantly outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency strum_macros 0.19.2 is significantly outdated
Upgrade to 0.27.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency uuid 0.8.1 is significantly outdated
Upgrade to 1.15.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency colored 2.0.0 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
Dependency num_enum 0.5 is outdated
Upgrade to 0.7.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["celestial", "planet", "orbit", "flexible"]
(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.
litehouse-plugin, tailwind-parse-macro, litehouse-plugin-macro, payments
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.
litehouse-plugin
Dependency wit-bindgen 0.22.0 is outdated
Upgrade to 0.39.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["plugin", "generate", "litehouse"]
(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.
instantly, holding, holding_kronos, holding_solar
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"
).
holding, holding_kronos, holding_solar
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
rust-stripe
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
payments
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.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.