kovi-plugin-webhooker 1.0.0

基于 Kovi 框架的 Webhook 转发插件
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 = "kovi-plugin-webhooker"
version = "1.0.0"
authors = ["Hamster5295 <hamster5295@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "基于 Kovi 框架的 Webhook 转发插件"
documentation = "https://docs.rs/kovi-plugin-webhooker"
readme = "README.md"
keywords = [
    "kovi",
    "plugin",
]
license = "MIT"
repository = "https://github.com/Hamster5295/webhooker"

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

[dependencies.anyhow]
version = ">=1.0.104"

[dependencies.axum]
version = ">=0.8.9"

[dependencies.axum-auth]
version = ">=0.8.1"

[dependencies.json_dotpath]
version = ">=1.1.0"

[dependencies.kovi]
version = ">=0.13.5"

[dependencies.kovi-onebot]
version = ">=0.13.2"

[dependencies.serde]
version = ">=1.0.229"
features = ["derive"]

[dependencies.strfmt]
version = ">=0.2.5"

[dependencies.toml]
version = ">=1.1.4"