[dependencies.axum]
optional = true
version = "0.8.6"
[dependencies.chrono]
version = "0.4"
[dependencies.rand]
version = "0.9.2"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"
[dependencies.tokio]
version = "1.42.0"
[dependencies.tracing]
version = "0.1"
[dependencies.validator]
features = ["derive"]
version = "0.20.0"
[features]
axum = ["dep:axum"]
default = []
[lib]
name = "openai_protocol"
path = "src/lib.rs"
[package]
authors = ["Simo Lin <linsimo.mark@gmail.com>", "Chang Su <mckvtl@gmail.com>", "Keyang Ru <rukeyang@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "data-structures"]
description = "OpenAI-compatible API protocol definitions and types"
edition = "2021"
keywords = ["openai", "llm", "api", "protocol", "types"]
license = "Apache-2.0"
name = "openai-protocol"
readme = false
repository = "https://github.com/lightseekorg/smg"
version = "1.0.0"