quickfind 1.5.3

Search local files instantly with configurable, interactive CLI
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "quickfind"
version = "1.5.3"
authors = ["Charly <github.womankind045@passinbox.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Search local files instantly with configurable, interactive CLI"
readme = "README.md"
keywords = [
    "cli",
    "task-manager",
    "personal-development",
    "goal-tracker",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/0xsecaas/quickfind"

[lib]
name = "quickfind"
path = "src/lib.rs"

[[bin]]
name = "quickfind"
path = "src/main.rs"

[[test]]
name = "query_search_integration"
path = "tests/query_search_integration.rs"

[[test]]
name = "watcher_e2e"
path = "tests/watcher_e2e.rs"

[dependencies.clap]
version = "4.5.48"
features = ["derive"]

[dependencies.crossterm]
version = "0.29.0"

[dependencies.eyre]
version = "0.6.12"

[dependencies.glob]
version = "0.3.3"

[dependencies.home]
version = "0.5.11"

[dependencies.notify]
version = "6.1.1"

[dependencies.opener]
version = "0.8.3"

[dependencies.rusqlite]
version = "0.37.0"
features = ["bundled"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.signal-hook]
version = "0.3.18"

[dependencies.toml]
version = "0.9.7"

[dependencies.tui]
version = "0.19.0"

[dependencies.walkdir]
version = "2.5.0"