[package]
edition = "2024"
name = "aiway-plugin"
version = "0.2.1"
authors = ["wxg <1584929962@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The aiway plugin lib"
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.2.0"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.bytes]
version = "1"
[dependencies.libloading]
version = "0.9"
[dependencies.log]
version = "0.4"
[dependencies.reqwest]
version = "0.13"
[dependencies.semver]
version = "1.0"
features = ["serde"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.uuid]
version = "1.18"
features = ["v4"]
[dev-dependencies.tokio]
version = "1"
features = ["macros"]