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.
eye_declare
Could not find the crate in the repository
Make sure the main branch of
https://github\.com/atuinsh/eye\-declarecontains theCargo.tomlfor the crate. If you have forked the crate, change the repository property inCargo.tomlto your fork's URL.Imprecise dependency requirement tokio = 1
Cargo does not always pick latest versions of dependencies! Specify the version as
tokio = "1.52.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 = ["command-line-interface"]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 = ["tui", "component", "ratatui", "text-content", "artificial-intelligence"](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.
atuin-hex
Dependency signal-hook 0.3 is a bit outdated
Consider upgrading to 0.4.4 to get all the fixes and improvements.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
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 = ["shell-history", "terminal", "atuin", "text", "fish"](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.
atuin-hex, atuin-common, atuin-server-database, atuin-server-postgres, atuin-server-sqlite, eye_declare_macros
No readme property
Specify path to a
READMEfile for the project, so that information about is included in the crates.io tarball.
atuin-common
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.
Dependency getrandom 0.2 is outdated
Upgrade to 0.4.2 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency sysinfo 0.30.7 is outdated
Upgrade to 0.38.4 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency typed-builder 0.18.2 is significantly outdated
Upgrade to 0.23.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 = ["os"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["shell-history", "history-search", "command-history", "atuin", "encryption"](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.
atuin-common, atuin-server-database, atuin-server-postgres, atuin-server-sqlite
Dependency time 0.3.47 is significantly outdated
Upgrade to 0.3.47 to get all the fixes, and avoid causing duplicate dependencies in projects.
atuin-nucleo
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-editors", "algorithms"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["text", "nucleo", "fuzzy-matching", "filtering", "algorithm"](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.
atuin-nucleo-matcher
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["text-processing"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["fuzzy-matching", "ascii", "nucleo", "performance", "text"](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.
atuin-server-postgres
Dependency rand 0.8.5 is outdated
Consider upgrading to 0.10.1 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["shell-history", "atuin", "database-server", "postgresql", "encryption"](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.
yrs_tree
Dependency yrs 0.22.0 is significantly outdated
Upgrade to 0.25.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
eye_declare_macros
Could not find the crate in the repository
Make sure the main branch of
https://github\.com/atuinsh/eye\-declarecontains theCargo.tomlfor the crate. If you have forked the crate, change the repository property inCargo.tomlto your fork's URL.Imprecise dependency requirement syn = 2
Cargo does not always pick latest versions of dependencies! Specify the version as
syn = "2.0.117". 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.
atuin-server-database
Missing keywords
Help users find your crates. Add
keywords = ["shell-history", "database-server", "atuin", "sync", "encryption"](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.
atuin-server-database, atuin-server-postgres, atuin-server-sqlite
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["database"]to theCargo.toml.
atuin-server-sqlite
Missing keywords
Help users find your crates. Add
keywords = ["sqlite", "shell-history", "server", "atuin", "session"](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.
shync
No repository property
Specify git repository URL in
Cargo.tomlto help users find more information, contribute, and for lib.rs to read more info.Dependency rusqlite 0.24.0 is significantly outdated
Consider upgrading to 0.39.0 to get all the fixes and improvements.
Dependency clap 2.33.3 is significantly outdated
Consider upgrading to 4.6.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 pretty_env_logger 0.4 is outdated
Consider upgrading to 0.5.0 to get all the fixes and improvements.
Dependency shellexpand 2.0.0 is outdated
Consider upgrading to 3.1.0 to get all the fixes and improvements.
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").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 = ["database"]to theCargo.toml.Missing keywords
Help users find your crates. Add
keywords = ["shell-history", "sync"](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.
fsling
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.tomlto help users find more information, contribute, and for lib.rs to read more info.Dependency clap 3.0.0-beta.1 is significantly outdated
Consider upgrading to 4.6.0 to get all the fixes and improvements.
Dependency notify 4.0.15 is significantly outdated
Consider upgrading to 8.2.0 to get all the fixes and improvements.
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.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 = ["sling"](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.
atuin
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/atuin ) failed. Please try again later.
atuin-kv
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/atuin-kv ). Please try again later.
atuin-daemon
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/atuin-daemon ) failed. Please try again later.
atuin-history
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/atuin-history ). Please try again later.
atuin-dotfiles
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/atuin-dotfiles ). Please try again later.
atuin-ai
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/atuin-ai ) failed. Please try again later.
atuin-client
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/atuin-client ). Please try again later.
atuin-server
Internal error
We couldn't check this crate at this time, because: Validation of Origin( lib.rs/crates/atuin-server ) failed. Please try again later.
atuin-scripts
Internal error
We couldn't check this crate at this time, because: timed out validating Origin( lib.rs/crates/atuin-scripts ). Please try again later.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance] to their
status = "deprecated"Cargo.toml.