[dependencies.async-trait]
version = "0.1.88"
[dependencies.env_logger]
version = "0.10"
[dependencies.futures]
version = "0.3.31"
[dependencies.json]
version = "0.12.4"
[dependencies.log]
version = "0.4"
[dependencies.rand]
version = "0.9.1"
[dependencies.reqwest]
features = ["json"]
version = "0.12.15"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tokio]
features = ["full", "macros"]
version = "1"
[dependencies.url]
version = "2.5.4"
[dev-dependencies.tokio]
features = ["full", "macros"]
version = "1"
[[example]]
name = "task_routing"
path = "examples/task_routing.rs"
[lib]
name = "flyllm"
path = "src/lib.rs"
[package]
authors = ["Pablo RodrÃguez <rodmarprogrammer@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A rust library for unifying LLM backends as an abstraction layer with load balancing."
edition = "2021"
keywords = ["llm", "ai", "openai", "anthropic", "load-balancing"]
license = "MIT"
name = "flyllm"
readme = "README.md"
repository = "https://github.com/rodmarkun/flyllm"
version = "0.2.0"