[package]
edition = "2021"
rust-version = "1.75"
name = "oxigate"
version = "0.0.1"
build = false
exclude = [
".cursor/",
"docs/",
"ai/",
"stories/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open-core LLM FinOps gateway - hard budget enforcement, cost tracking, and routing"
homepage = "https://oxigate.com"
documentation = "https://docs.rs/oxigate"
readme = "README.md"
keywords = [
"llm",
"gateway",
"finops",
"budget",
"ai",
]
categories = [
"network-programming",
"web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/getoxigate/oxigate"
[lib]
name = "oxigate"
path = "src/lib.rs"
[dependencies]