kcode-openai-api 0.2.1

Typed OpenAI transcription, text/tool turns, model metadata, and image operations
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 = "2024"
rust-version = "1.97"
name = "kcode-openai-api"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed OpenAI transcription, text/tool turns, model metadata, and image operations"
readme = "README.md"
keywords = [
    "openai",
    "transcription",
    "image-generation",
    "multimodal",
    "vision",
]
categories = [
    "api-bindings",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/DavidVorick/kcode"

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

[dependencies.base64]
version = "0.22"

[dependencies.reqwest]
version = "=0.13.4"
features = [
    "json",
    "multipart",
    "rustls",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.zeroize]
version = "=1.9.0"
features = ["alloc"]