research-agent 0.2.4

Long-term research assistant: index papers, articles, and PDFs
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.92"
name = "research-agent"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Long-term research assistant: index papers, articles, and PDFs"
homepage = "https://github.com/epicsagas/research-agent"
readme = "README.md"
keywords = [
    "research",
    "papers",
    "knowledge-gap",
    "academic",
    "arxiv",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/epicsagas/research-agent"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.xz"
pkg-fmt = "txz"
bin-dir = "{ name }-{ target }/{ bin }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"
bin-dir = "{ bin }.exe"

[features]
default = ["mcp"]
mcp = [
    "dep:rmcp",
    "dep:schemars",
]

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

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

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

[[bench]]
name = "core"
path = "benches/core.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

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

[dependencies.biblatex]
version = "0.12"

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

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

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "6"

[dependencies.llm-kernel]
version = "0.31"
features = [
    "client-async",
    "safety",
    "tokens",
    "discovery",
]

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

[dependencies.quick-xml]
version = "0.42"
features = ["serialize"]

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
    "rustls",
]
default-features = false

[dependencies.rmcp]
version = "3.2"
features = [
    "server",
    "macros",
    "transport-io",
]
optional = true

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

[dependencies.schemars]
version = "1"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "1"

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.criterion]
version = "0.7"

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

[profile.dev]
opt-level = 0
debug = 1

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

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
strip = "symbols"

[profile.release.package."*"]
opt-level = 3
codegen-units = 4