rqmd 0.1.1

rqmd: command-line interface (binary `rqmd`)
# 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 = "rqmd"
version = "0.1.1"
authors = ["Akira Ishino <akira@lumilab.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rqmd: command-line interface (binary `rqmd`)"
homepage = "https://github.com/stn/rqmd"
readme = "README.md"
keywords = [
    "search",
    "markdown",
    "cli",
    "embeddings",
    "rag",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/stn/rqmd"

[features]
cuda = ["rqmd-core/cuda"]
metal = ["rqmd-core/metal"]
vulkan = ["rqmd-core/vulkan"]

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.rqmd-core]
version = "0.1.1"

[dependencies.rqmd-mcp]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sysinfo]
version = "0.39"
features = ["system"]
default-features = false

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

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.rmcp]
version = "1.7"
features = [
    "client",
    "transport-child-process",
]
default-features = false

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

[dev-dependencies.ureq]
version = "2"
features = ["json"]
default-features = false

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_System_Console",
]