stolas 0.1.0

Knowledge and RAG engine - The Prince reveals hidden knowledge
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"
rust-version = "1.91"
name = "stolas"
version = "0.1.0"
authors = ["Daemoniorum Engineering <engineering@daemoniorum.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Knowledge and RAG engine - The Prince reveals hidden knowledge"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Daemoniorum-LLC/infernum-framework"

[features]
default = ["lance"]
lance = [
    "dep:lance",
    "dep:lancedb",
]
postgres = []
qdrant = []

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

[dependencies.abaddon]
version = "0.1.0"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.bytes]
version = "1.10"

[dependencies.dantalion]
version = "0.1.0"

[dependencies.dashmap]
version = "6.1"

[dependencies.futures]
version = "0.3"

[dependencies.infernum-core]
version = "0.1.0"

[dependencies.lance]
version = "0.39"
optional = true

[dependencies.lancedb]
version = "0.22"
optional = true

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.48"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.16"
features = [
    "v4",
    "serde",
]

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

[dev-dependencies.tokio]
version = "1.48"
features = [
    "full",
    "test-util",
    "macros",
]