hallouminate 0.3.0

A markdown corpus indexer for LLMs to build and query their own per-repo wikis.
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"
rust-version = "1.91"
name = "hallouminate"
version = "0.3.0"
authors = ["Paul Sorensen <paulnsorensen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A markdown corpus indexer for LLMs to build and query their own per-repo wikis."
readme = "README.md"
license = "MIT"
repository = "https://github.com/paulnsorensen/hallouminate"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arrow]
version = "58"

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

[dependencies.blake3]
version = "1"

[dependencies.calamine]
version = "0.34"

[dependencies.cap-std]
version = "4"

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

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

[dependencies.csv]
version = "1.4"

[dependencies.directories]
version = "6"

[dependencies.fastembed]
version = "5"

[dependencies.file-format]
version = "0.29"
features = [
    "reader-zip",
    "reader-cfb",
    "reader-txt",
]

[dependencies.futures]
version = "0.3"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.lancedb]
version = "0.30"

[dependencies.notify]
version = "8"

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

[dependencies.once_cell]
version = "1"

[dependencies.openssl]
version = "0.10"
features = ["vendored"]

[dependencies.pulldown-cmark]
version = "0.13"
default-features = false

[dependencies.rmcp]
version = "1.7"
features = [
    "server",
    "macros",
    "transport-io",
    "schemars",
]

[dependencies.rustix]
version = "1"
features = [
    "fs",
    "process",
]

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.shellexpand]
version = "3"

[dependencies.stop-words]
version = "0.10"

[dependencies.text-splitter]
version = "0.32"
features = [
    "markdown",
    "tokenizers",
]

[dependencies.thiserror]
version = "2"

[dependencies.tokenizers]
version = "0.23"
features = ["http"]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "fs",
    "process",
    "net",
    "sync",
    "io-util",
    "signal",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

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

[dependencies.unicode-segmentation]
version = "1"

[dependencies.url]
version = "2"

[dev-dependencies.rust_xlsxwriter]
version = "0.95"

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

[dev-dependencies.zip]
version = "7"

[profile.dist]
lto = "thin"
inherits = "release"