latchlm 0.2.1

A provider-agnostic client library for AI models
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "latchlm"
version = "0.2.1"
authors = ["Mario Cerulo <mario@mcerulo.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A provider-agnostic client library for AI models"
readme = "README.md"
keywords = [
    "ai",
    "llm",
    "api",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MPL-2.0"
repository = "https://github.com/MarioCerulo/latchlm"

[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"

[dependencies.latchlm-core]
version = "0.3.0"

[dependencies.latchlm-gemini]
version = "0.1"
optional = true

[dependencies.latchlm-openai]
version = "0.1"
optional = true

[dependencies.latchlm-openrouter]
version = "0.1"
optional = true

[dependencies.thiserror]
version = "2.0"