aiway-plugin 0.1.2

The aiway plugin lib
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]