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.
ansi-to-tui
Imprecise dependency requirement thiserror = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
thiserror = "2.0.18". IfCargo.lockends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versionsflag, used by users of old Rust versions.This crate does not bump semver-minor when adding new features, so to be safe you get all the features/APIs/fixes that your crate depends on, require a more specific patch version.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]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.
tui-scrollbar, ratatui-crossterm
Dependency crossterm 0.28 is outdated
Upgrade to 0.29.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.
webfinger-rs
Dependency reqwest 0.12 is outdated
Upgrade to 0.13.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 = ["web-programming::http-client"]to theCargo.toml.
ja
Dependency async-openai 0.26.0 is significantly outdated
Upgrade to 0.32.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency time 0.3.41 is significantly outdated
Upgrade to 0.3.46 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency dialoguer 0.11.0 is outdated
Upgrade to 0.12.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
nitidus
Dependency tui-logger 0.14.4 is significantly outdated
Consider upgrading to 0.18.1 to get all the fixes and improvements.
Dependency crossterm 0.28.1 is outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
Dependency pimalaya-tui 0.2.2 is slightly outdated
Consider upgrading to 0.3.0 to get all the fixes and improvements.
Dependency ratatui 0.29.0 is outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Dependency toml 0.8.19 is outdated
Consider upgrading to 0.9.11+spec-1.1.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["email"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["email-client", "front-end", "himalaya", "running"](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.
tooters
Dependency ratatui 0.26.1 is significantly outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Dependency axum 0.7.4 is outdated
Consider upgrading to 0.8.8 to get all the fixes and improvements.
Dependency crossterm 0.27.0 is outdated
Consider upgrading to 0.29.0 to get all the fixes and improvements.
Dependency html2text 0.12.4 is outdated
Consider upgrading to 0.16.7 to get all the fixes and improvements.
Dependency signal-hook 0.3.17 is slightly outdated
Consider upgrading to 0.4.3 to get all the fixes and improvements.
Dependency signal-hook-tokio 0.3.1 is slightly outdated
Consider upgrading to 0.4.0 to get all the fixes and improvements.
Dependency tui-input 0.8.0 is outdated
Consider upgrading to 0.15.0 to get all the fixes and improvements.
Dependency webbrowser 0.8.13 is outdated
Consider upgrading to 1.0.6 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 xdg 2.5.2 is a bit outdated
Consider upgrading to 3.0.0 to get all the fixes and improvements.
tui-framework-experiment
Dependency termwiz 0.22.0 is significantly outdated
Upgrade to 0.23.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency crossterm 0.28.1 is outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency ratatui 0.29 is outdated
Consider upgrading to 0.30.0 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-interface", "hardware-support"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["ratatui-widgets", "goal", "stack", "container", "building"](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.
markdown-reader
Dependency time 0.3.44 is significantly outdated
Consider upgrading to 0.3.46 to get all the fixes and improvements.
tui-equalizer
Latest prerelease is old
It's been over 6 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").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 = ["visualization"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["ratatui-widgets", "equalizer", "band", "bands", "value"](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.
focusable
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["gui"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["derive", "focus-container", "element", "widgets", "github-repository"](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.
instability-example
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 = ["instability", "attributes", "stability", "demonstrating", "lib"](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.
webfinger-cli
Dependency reqwest 0.12 is outdated
Consider upgrading to 0.13.1 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.49.0". IfCargo.lockends up having an unexpectedly old version of the dependency, you might get a dependency that lacks features/APIs or important bugfixes that you depend on. This is most likely to happen when using theminimal-versionsflag, used by users of old Rust versions.If you want to keep using truly minimal dependency requirements, please make sure you test them in CI with
-Z minimal-versionsCargo option, because it's very easy to accidentally use a feature added in a later version.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["network-programming"]to theCargo.toml.
async-tty
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["asynchronous"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["async", "tty", "events", "io"](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.
tui-vision
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["command-line-interface"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["ratatui-widgets", "turbo", "vision", "tui-framework", "user"](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.
ratatui-calloop
Dependency ratatui 0.27.0 is significantly outdated
Upgrade to 0.30.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0.61 is outdated
Upgrade to 2.0.18 to get all the fixes, and avoid causing duplicate dependencies in projects.
keybinding
Dependency termion 2.0.3 is significantly outdated
Upgrade to 4.0.6 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency termwiz 0.20.0 is significantly outdated
Upgrade to 0.23.3 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency crossterm 0.27.0 is outdated
Upgrade to 0.29.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
askama-derive-axum
Dependency askama 0.14.0 is outdated
Upgrade to 0.15.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency askama_derive 0.14.0 is outdated
Upgrade to 0.15.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
betamax
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.
betamax, linguine, rattle, tui-macros
README missing from crate tarball
Cargo sometimes fails to package the
READMEfile. Ensure the path to theREADMEinCargo.tomlis valid, and points to a file inside the crate's directory.
linguine
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
rattle
Crate contains junk files
The crate contains boilerplate Rust files with no real functionality.
tui-macros
Crate is 'reserved'
Please be respectful of crates.io and don't squat crate names.
tui-widgets
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/tui-widgets ) failed. Please try again later.
ratatui
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/ratatui ) failed. Please try again later.
ratatui-widgets
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/ratatui-widgets ) failed. Please try again later.
ratatui-core
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/ratatui-core ) failed. Please try again later.
No issues found in: instability tui-markdown tui-prompts tui-scrollview tui-big-text tui-popup tui-qrcode tui-bar-graph tui-cards tui-box-text ratatui-termion ratatui-termwiz ratatui-macros focusable-derive kasuari line-clipping
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.