[package]
edition = "2024"
name = "aiway-model-protocol"
version = "0.1.0"
authors = ["wxg <1584929962@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The aiway model protocol lib"
documentation = "https://docs.rs/aiway-model-protocol"
readme = false
keywords = [
"aiway",
"model",
"protocol",
]
license = "Apache-2.0"
repository = "https://github.com/xgpxg/aiway"
[features]
stream = []
[lib]
name = "aiway_model_protocol"
path = "src/lib.rs"
[dependencies.bytes]
version = "1"
features = ["serde"]
[dependencies.derive_builder]
version = "0.20"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"