[package]
edition = "2024"
name = "aiway-plugin"
version = "0.1.2"
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 = false
keywords = [
"aiway",
"plugin",
]
license = "Apache-2.0"
repository = "https://github.com/xgpxg/aiway"
[features]
model = [
"aiway-protocol/model",
"aiway-model-protocol",
]
[lib]
name = "aiway_plugin"
path = "src/lib.rs"
[dependencies.aiway-model-protocol]
version = "0.1.0"
optional = true
[dependencies.aiway-protocol]
version = "0.1.2"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.dashmap]
version = "6.1"
[dependencies.libloading]
version = "0.9"
[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"]