unia 0.1.0

A pragmatic, provider-agnostic Rust LLM client.
Documentation
[dependencies.async-stream]
version = "0.3.6"

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.9"

[dependencies.futures]
version = "0.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.nonempty]
features = ["serialize"]
version = "0.12.0"

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

[dependencies.rmcp]
features = ["client", "server", "macros", "transport-streamable-http-client-reqwest"]
version = "0.10.0"

[dependencies.schemars]
features = ["derive"]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.16.1"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4"]
version = "1.19.0"

[dev-dependencies.rmcp]
features = ["client", "server", "macros"]
version = "0.10.0"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[[example]]
name = "01_basic_client"
path = "examples/01_basic_client.rs"

[[example]]
name = "02_streaming"
path = "examples/02_streaming.rs"

[[example]]
name = "03_agent_tools"
path = "examples/03_agent_tools.rs"

[[example]]
name = "04_multimodal"
path = "examples/04_multimodal.rs"

[[example]]
name = "05_mcp_features"
path = "examples/05_mcp_features.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A pragmatic, provider-agnostic Rust LLM client."
edition = "2021"
license = "MIT"
name = "unia"
readme = "README.md"
repository = "https://github.com/geodic/unia"
version = "0.1.0"

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

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

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