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