ragcli 0.1.0

CLI for local RAG
# 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 = "ragcli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for local RAG"
homepage = "https://github.com/mfmezger/ragcli"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mfmezger/ragcli"

[package.metadata.release]
allow-branch = ["main"]
sign-commit = false
sign-tag = false
push = true
publish = false
tag-name = "v{{version}}"
tag-message = "Release {{version}}"
pre-release-commit-message = "release: {{version}}"
pre-release-hook = [
    "git-cliff",
    "--tag",
    "v{{version}}",
    "-o",
    "CHANGELOG.md",
]

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arrow-array]
version = "57"

[dependencies.arrow-schema]
version = "57"

[dependencies.atomicwrites]
version = "0.4"

[dependencies.base64]
version = "0.22"

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

[dependencies.comfy-table]
version = "7.2"

[dependencies.console]
version = "0.15"

[dependencies.csv]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.globset]
version = "0.4"

[dependencies.html2text]
version = "0.13"

[dependencies.indicatif]
version = "0.17"

[dependencies.lancedb]
version = "0.26"

[dependencies.opentelemetry]
version = "0.31"
features = ["trace"]

[dependencies.opentelemetry-otlp]
version = "0.31"
features = [
    "trace",
    "http-proto",
    "grpc-tonic",
    "reqwest-blocking-client",
    "tls-roots",
]
default-features = false

[dependencies.opentelemetry_sdk]
version = "0.31"
features = [
    "trace",
    "rt-tokio",
]

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

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

[dependencies.scraper]
version = "0.24"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.textwrap]
version = "0.16"

[dependencies.time]
version = "0.3"
features = ["formatting"]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-opentelemetry]
version = "0.32.1"
default-features = false

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

[dependencies.walkdir]
version = "2"

[dependencies.xdg]
version = "2"

[dev-dependencies.reqwest-middleware]
version = "0.4"

[dev-dependencies.reqwest-vcr]
version = "0.4"
features = ["reqwest-0_12"]
default-features = false

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