deepthought 0.1.11

Functional wrapper around Llama.cpp with Rust Dynamic datatypes and Vector store support for creating RAG applications
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"
name = "deepthought"
version = "0.1.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Functional wrapper around Llama.cpp with Rust Dynamic datatypes and Vector store support for creating RAG applications"
readme = "README.md"
keywords = [
    "llama-cpp",
    "vecstore",
    "vector",
    "rag",
    "embedding",
]
categories = ["development-tools"]
license-file = "LICENSE"
repository = "https://github.com/vulogov/deepthought"

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

[[test]]
name = "basic-test"
path = "tests/basic-test.rs"

[[test]]
name = "basic-value-test"
path = "tests/basic-value-test.rs"

[dependencies.easy-error]
version = "1.*.*"

[dependencies.grainfs]
version = "0.1.*"

[dependencies.lazy_static]
version = "1.5.*"

[dependencies.llama-cpp-2]
version = "0.1.*"
features = ["sampler"]

[dependencies.log]
version = "0.4.*"

[dependencies.minijinja]
version = "2.*.*"

[dependencies.nanoid]
version = "0.4.*"

[dependencies.rust-rule-engine]
version = "1.18.0"

[dependencies.rust_dynamic]
version = "0.*.*"

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

[dependencies.serde_json]
version = "1.0.*"
default-features = true

[dependencies.took]
version = "0.1.*"

[dependencies.vecstore]
version = "1.*.*"