kreuzberg-cli 4.2.4

Command-line interface for Kreuzberg document intelligence
# 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 = "kreuzberg-cli"
version = "4.2.4"
authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for Kreuzberg document intelligence"
homepage = "https://kreuzberg.dev"
documentation = "https://docs.kreuzberg.dev"
readme = "README.md"
keywords = [
    "document",
    "extraction",
    "cli",
    "tool",
    "parser",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/kreuzberg-dev/kreuzberg"
resolver = "2"

[features]
all = [
    "api",
    "mcp",
    "mcp-http",
    "embeddings",
]
api = ["kreuzberg/api"]
default = []
embeddings = ["kreuzberg/embeddings"]
mcp = ["kreuzberg/mcp"]
mcp-http = ["kreuzberg/mcp-http"]

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "color",
    "suggestions",
]

[dependencies.kreuzberg]
version = "4.2.4"
features = [
    "cli",
    "bundled-pdfium",
]

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.ureq]
version = "3.1"
features = ["json"]