lib-client-openrouter 0.1.0

OpenRouter API client library
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[lib]
name = "lib_client_openrouter"
path = "src/lib.rs"

[package]
authors = ["ADI Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming"]
description = "OpenRouter API client library"
documentation = "https://docs.rs/lib-client-openrouter"
edition = "2021"
homepage = "https://adi.the-ihor.com"
keywords = ["openrouter", "llm", "api", "ai"]
license = "MIT"
name = "lib-client-openrouter"
readme = false
repository = "https://github.com/adi-family/lib-client-openrouter"
version = "0.1.0"