ai-runtime-adapters 94.7.0

AI runtime adapters: GenericOpenAIAdapter for OpenAI-compatible API endpoints
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"
name = "ai-runtime-adapters"
version = "94.7.0"
authors = ["Dracon <dracon@void>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI runtime adapters: GenericOpenAIAdapter for OpenAI-compatible API endpoints"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/DraconDev/dracon-libs"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.dracon-ai-runtime-contracts]
version = "94.7"

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

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

[dependencies.serde_json]
version = "1"