lexa 0.1.1

Lexa CLI: hybrid local search (BM25 + binary-quantized Matryoshka KNN + cross-encoder rerank) over arbitrary file trees. `lexa index <path>`, `lexa search <query>`, `lexa watch <path>`.
# 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 = "lexa"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lexa CLI: hybrid local search (BM25 + binary-quantized Matryoshka KNN + cross-encoder rerank) over arbitrary file trees. `lexa index <path>`, `lexa search <query>`, `lexa watch <path>`."
homepage = "https://github.com/rishiskhare/lexa"
documentation = "https://docs.rs/lexa"
readme = "README.md"
keywords = [
    "search",
    "retrieval",
    "code",
    "rag",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rishiskhare/lexa"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.lexa-core]
version = "0.1.1"

[dependencies.notify]
version = "6"

[dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"