[package]
name = "ic-rig"
version = "0.2.0"
edition = "2024"
description = "A lean, modular library for building LLM applications. Bring your own HTTP client."
license = "MIT"
repository = "https://github.com/Zedonboy/ic-rig"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
[features]
openai = []
anthropic = []
gemini = []
deepseek = []