[dependencies.latchlm-core]
version = "0.2.0"
[dependencies.latchlm-gemini]
optional = true
version = "0.1"
[dependencies.latchlm-openai]
optional = true
version = "0.1"
[dependencies.latchlm-openrouter]
optional = true
version = "0.1"
[dependencies.thiserror]
version = "2.0"
[features]
default = []
gemini = ["latchlm-gemini"]
openai = ["latchlm-openai"]
openrouter = ["latchlm-openrouter"]
tracing = ["latchlm-gemini/tracing", "latchlm-openai/tracing", "latchlm-openrouter/tracing"]
[lib]
name = "latchlm"
path = "src/lib.rs"
[package]
authors = ["Mario Cerulo <mario@mcerulo.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "A provider-agnostic client library for AI models"
edition = "2024"
keywords = ["ai", "llm", "api"]
license = "MPL-2.0"
name = "latchlm"
publish = true
readme = "README.md"
repository = "https://github.com/MarioCerulo/latchlm"
version = "0.2.0"