rag-rat 0.3.2

CLI and MCP entrypoint for indexing repositories into local source, graph, history, and memory evidence.
# 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"
rust-version = "1.89"
name = "rag-rat"
version = "0.3.2"
authors = ["Kristaps Karlsons"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI and MCP entrypoint for indexing repositories into local source, graph, history, and memory evidence."
readme = "README.md"
keywords = [
    "rag",
    "mcp",
    "code-search",
    "tree-sitter",
    "embeddings",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cq27-dev/rag-rat"

[features]
default = [
    "fastembed",
    "model2vec",
]
fastembed = [
    "rag-rat-core/fastembed",
    "rag-rat-mcp/fastembed",
]
model2vec = [
    "rag-rat-core/model2vec",
    "rag-rat-mcp/model2vec",
]

[[bin]]
name = "rag-rat"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.dialoguer]
version = "0.12"

[dependencies.libc]
version = "0.2"

[dependencies.rag-rat-core]
version = "0.3.2"
default-features = false

[dependencies.rag-rat-mcp]
version = "0.3.2"
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.48"
features = [
    "rt-multi-thread",
    "macros",
    "io-std",
]