ygrep-core 3.2.4

Core library for ygrep – fast, local, indexed code search
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 = "ygrep-core"
version = "3.2.4"
authors = ["YetiDevWorks"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for ygrep – fast, local, indexed code search"
homepage = "https://github.com/yetidevworks/ygrep"
readme = "README.md"
keywords = [
    "search",
    "code-search",
    "indexing",
    "grep",
    "tantivy",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/yetidevworks/ygrep"

[features]
default = []
embeddings = [
    "dep:fastembed",
    "dep:hnsw_rs",
]

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

[dependencies.bincode]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "5"

[dependencies.fastembed]
version = "4"
features = [
    "ort-download-binaries",
    "hf-hub-rustls-tls",
]
optional = true
default-features = false

[dependencies.hnsw_rs]
version = "0.3"
optional = true

[dependencies.ignore]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.lru]
version = "0.12"

[dependencies.notify]
version = "7"

[dependencies.notify-debouncer-full]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tantivy]
version = "0.22"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.walkdir]
version = "2"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

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