ucp-local 0.1.0

Universal Context Pipeline — local-first MCP server for grounding LLMs in your files
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 = "ucp-local"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal Context Pipeline — local-first MCP server for grounding LLMs in your files"
homepage = "https://ak1.io/universal-context-pipeline"
readme = "README.md"
keywords = [
    "mcp",
    "rag",
    "llm",
    "local-first",
    "search",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/akshay2211/universal-context-pipeline"

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

[[bin]]
name = "ucp-local"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytemuck]
version = "1"

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

[dependencies.directories]
version = "5"

[dependencies.indicatif]
version = "0.17"

[dependencies.notify]
version = "6"

[dependencies.pdf-extract]
version = "0.7"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.31"
features = [
    "bundled",
    "load_extension",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlite-vec]
version = "0.1"

[dependencies.tiktoken-rs]
version = "0.5"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tree-sitter]
version = "0.22"

[dependencies.tree-sitter-python]
version = "0.21"

[dependencies.tree-sitter-rust]
version = "0.21"

[dependencies.tree-sitter-typescript]
version = "0.21"

[dependencies.walkdir]
version = "2"

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