openai-types 0.1.2

Typed OpenAI API models — zero dependencies beyond serde
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"
name = "openai-types"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed OpenAI API models — zero dependencies beyond serde"
readme = "README.md"
keywords = [
    "openai",
    "api",
    "types",
    "serde",
]
categories = [
    "api-bindings",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/fortunto2/openai-oxide"

[features]
all = [
    "audio",
    "batch",
    "beta",
    "chat",
    "completion",
    "containers",
    "conversations",
    "embedding",
    "evals",
    "file",
    "fine-tuning",
    "graders",
    "image",
    "model",
    "moderation",
    "realtime",
    "responses",
    "shared",
    "skills",
    "uploads",
    "vector-stores",
    "video",
    "webhooks",
    "websocket",
]
audio = []
batch = []
beta = ["shared"]
chat = ["shared"]
completion = []
containers = []
conversations = []
default = ["all"]
embedding = []
evals = []
file = []
fine-tuning = []
graders = []
image = []
model = []
moderation = []
realtime = ["shared"]
responses = [
    "shared",
    "chat",
]
shared = []
skills = []
structured = ["schemars"]
uploads = []
vector-stores = []
video = []
webhooks = []
websocket = []

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

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.schemars]
version = "0.8"
optional = true

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

[dependencies.serde_json]
version = "1"