[package]
edition = "2021"
name = "mesh-api"
version = "0.65.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public Rust SDK for embedding Mesh LLM clients in applications"
homepage = "https://github.com/Mesh-LLM/mesh-llm"
readme = "README.md"
keywords = [
"llm",
"mesh",
"sdk",
"api",
"client",
]
categories = [
"api-bindings",
"network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/Mesh-LLM/mesh-llm"
[features]
host-io = ["mesh-client/host-io"]
[lib]
name = "mesh_api"
path = "src/lib.rs"
[[test]]
name = "public_api"
path = "tests/public_api.rs"
[dependencies.hex]
version = "0.4"
[dependencies.mesh-client]
version = "0.65.1"
package = "mesh-llm-client"
[dependencies.thiserror]
version = "2"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt",
]