puniyu_plugin 0.8.2

puniyu 插件库, 提供统一Api
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"
rust-version = "1.88.0"
name = "puniyu_plugin"
version = "0.8.2"
authors = ["wuliya <3369906077@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "puniyu 插件库, 提供统一Api"
homepage = "https://github.com/puniyu/core"
readme = "README.md"
license = "LGPL-3.0-only"
repository = "https://github.com/puniyu/core"
resolver = "2"

[lib]
name = "puniyu_plugin"
path = "src/lib.rs"

[dependencies.actix-web]
version = "4.11.0"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.puniyu_account]
version = "0.8.1"

[dependencies.puniyu_api]
version = "0.8.2"

[dependencies.puniyu_command]
version = "0.8.1"

[dependencies.puniyu_command_types]
version = "0.8.1"

[dependencies.puniyu_config]
version = "0.8.1"

[dependencies.puniyu_contact]
version = "0.8.1"

[dependencies.puniyu_error]
version = "0.8.1"
default-features = false

[dependencies.puniyu_hook]
version = "0.8.1"

[dependencies.puniyu_macros]
version = "0.8.1"
default-features = true

[dependencies.puniyu_message]
version = "0.8.1"

[dependencies.puniyu_plugin_core]
version = "0.8.2"
features = ["registry"]

[dependencies.puniyu_segment]
version = "0.8.1"

[dependencies.puniyu_sender]
version = "0.8.1"

[dependencies.puniyu_server]
version = "0.8.1"
default-features = false

[dependencies.puniyu_task]
version = "0.8.1"

[dependencies.puniyu_version]
version = "0.8.1"

[dependencies.toml]
version = "1.0.0"

[lints.clippy]
unwrap_used = "deny"