gateway-core 0.3.21

Runtime-neutral LLM provider adapters, wire translation, and routing primitives for the Axond AI gateway.
Documentation
[package]
name = "gateway-core"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
description = "Runtime-neutral LLM provider adapters, wire translation, and routing primitives for the Axond AI gateway."
keywords = ["llm", "gateway", "openai", "anthropic", "proxy"]
categories = ["api-bindings", "web-programming"]
# Only the library sources ship; the workspace README is added by Cargo because
# `readme` is inherited from the workspace.
include = ["src/**/*.rs"]

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

[dependencies]
base64 = "0.22"
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"