llama_link 0.2.1

A llama.cpp server interface
Documentation
[dependencies.bon]
version = "3"

[dependencies.error_set]
features = ["tracing"]
version = "0.8"

[dependencies.llmtoolbox]
version = "0.3"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12.0"

[dependencies.reqwest-eventsource]
version = "0.6"

[dependencies.schemars]
version = "=1.0.0-alpha.17"

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

[dependencies.serde_json]
version = "1"

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

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

[dependencies.tracing]
optional = true
version = "0.1"

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

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

[features]
default = []
tracing = ["dep:tracing"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A llama.cpp server interface"
edition = "2021"
license-file = "LICENSE"
name = "llama_link"
readme = "README.md"
repository = "https://github.com/mcmah309/llama_link"
version = "0.2.1"

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