terraphim_file_search 1.20.3

Knowledge-graph scored file search integration for Terraphim AI
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 = "2024"
name = "terraphim_file_search"
version = "1.20.3"
authors = ["Terraphim Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Knowledge-graph scored file search integration for Terraphim AI"
homepage = "https://terraphim.ai"
documentation = "https://terraphim.ai"
readme = "README.md"
keywords = [
    "file-search",
    "knowledge-graph",
    "scoring",
    "automata",
]
license = "Apache-2.0"
repository = "https://github.com/terraphim/terraphim-ai"
resolver = "2"

[features]
default = []
zlob = ["fff-search/zlob"]

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

[[bench]]
name = "kg_scoring"
path = "benches/kg_scoring.rs"
harness = false

[dependencies.ahash]
version = "0.8"

[dependencies.fff-search]
version = "0.8.4"

[dependencies.notify]
version = "8"

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.terraphim_automata]
version = "1.19.2"

[dependencies.terraphim_types]
version = "1.15.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]