[package]
edition = "2021"
name = "sermo"
version = "0.1.1"
authors = ["Matt Dizak <matt@cicero.sh>"]
build = false
exclude = [
"/examples/*",
"/tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client library for interacting with various LLM provider APIs"
homepage = "https://github.com/mdizak/rust-sermo"
documentation = "https://docs.rs/sermo"
readme = "README.md"
keywords = [
"llm",
"api-client",
"ai",
"chat",
"rust",
]
categories = [
"api-bindings",
"network-programming",
]
license = "MIT"
repository = "https://github.com/mdizak/rust-sermo"
[lib]
name = "sermo"
path = "src/lib.rs"
[dependencies.atlas-http]
version = "0.2.3"
[dependencies.indexmap]
version = "2.8.0"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
version = "1.0.219"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.140"