[package]
name = "kcode-openai-api"
version = "0.2.1"
edition = "2024"
rust-version = "1.97"
description = "Typed OpenAI transcription, text/tool turns, model metadata, and image operations"
license = "MIT"
repository = "https://github.com/DavidVorick/kcode"
keywords = ["openai", "transcription", "image-generation", "multimodal", "vision"]
categories = ["api-bindings", "multimedia"]
[dependencies]
base64 = "0.22"
reqwest = { version = "=0.13.4", default-features = false, features = ["json", "multipart", "rustls"] }
serde_json = "1"
zeroize = { version = "=1.9.0", features = ["alloc"] }
[workspace]