ares-rag 0.10.0

Retrieval-augmented generation pipeline for ARES
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 = "2021"
name = "ares-rag"
version = "0.10.0"
authors = ["Dirmacs <build@dirmacs.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Retrieval-augmented generation pipeline for ARES"
readme = false
license = "MIT"
repository = "https://github.com/dirmacs/ares"

[features]
default = []
local-embeddings = ["dep:fastembed"]

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

[dependencies.ares-types]
version = "0.10.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.cordis]
version = "0.10.0"
package = "ares-cordis"

[dependencies.fastembed]
version = "5.5.0"
optional = true

[dependencies.lancor]
version = "0.2"

[dependencies.lru]
version = "0.16.3"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.reqwest]
version = "0.12.26"
features = [
    "json",
    "rustls-tls",
    "multipart",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.text-splitter]
version = "0.19"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.wiremock]
version = "0.6.5"