[package]
edition = "2024"
name = "aiway-plugin"
version = "0.3.2"
authors = ["wxg <1584929962@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The aiway plugin SDK"
documentation = "https://docs.rs/aiway-plugin"
readme = "README.md"
keywords = [
"aiway",
"plugin",
]
license = "Apache-2.0"
repository = "https://github.com/xgpxg/aiway"
[features]
model = ["aiway-protocol/model"]
[lib]
name = "aiway_plugin"
path = "src/lib.rs"
[dependencies.aiway-protocol]
version = "0.3.0"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.bincode]
version = "1.3"
[dependencies.bytes]
version = "1"
[dependencies.http]
version = "1"
[dependencies.log]
version = "0.4"
[dependencies.semver]
version = "1.0"
features = ["serde"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1"