oxigate-plugin-sdk 0.0.1

Extension-point traits for OxiGate plugins — Middleware, ProviderAdapter, CostCalculator, RoutingStrategy, StorageBackend, ExportSink
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75"
name = "oxigate-plugin-sdk"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extension-point traits for OxiGate plugins — Middleware, ProviderAdapter, CostCalculator, RoutingStrategy, StorageBackend, ExportSink"
homepage = "https://oxigate.io"
documentation = "https://docs.rs/oxigate-plugin-sdk"
readme = "README.md"
keywords = [
    "llm",
    "gateway",
    "plugin",
    "finops",
    "oxigate",
]
categories = [
    "network-programming",
    "web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/getoxigate/oxigate-plugin-sdk"

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

[dependencies]