kproc 0.7.0

Knowledge Processing library.
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 = "kproc"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Knowledge Processing library."
homepage = "https://auksys.org"
readme = "README.MD"
license = "MIT"
repository = "https://gitlab.com/auksys/kproc"

[features]
default = [
    "ollama",
    "llama.cpp",
    "image",
    "html",
    "http",
    "simple-api",
]
html = ["dep:html2text"]
http = ["dep:isahc"]
image = ["kproc-values/image"]
"llama.cpp" = ["kproc-llm/llama.cpp"]
ollama = [
    "kproc-llm/ollama",
    "schemars",
    "kproc-values/ollama",
]
schemars = ["kproc-values/schemars"]
simple-api = ["kproc-llm/simple-api"]

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

[[example]]
name = "friends"
path = "examples/friends.rs"

[[example]]
name = "image"
path = "examples/image.rs"

[dependencies.async-broadcast]
version = "0.7"

[dependencies.ccutils]
version = "0.4"
features = ["sync"]

[dependencies.html2text]
version = "0.16"
optional = true

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

[dependencies.kproc-llm]
version = "0.7.0"

[dependencies.kproc-values]
version = "0.7.0"

[dependencies.kproc_pmacros]
version = "0.7.0"

[dependencies.log]
version = "0.4"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.yaaral]
version = "0.5"
features = ["tokio_runtime"]