rmqtt-web-hook 0.21.0

This enables RMQTT to send hook event notifications to a web service.
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 = "2021"
rust-version = "1.89.0"
name = "rmqtt-web-hook"
version = "0.21.0"
authors = ["rmqtt <rmqttd@126.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This enables RMQTT to send hook event notifications to a web service."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/rmqtt/rmqtt/tree/master/rmqtt-plugins/rmqtt-web-hook"

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

[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1.0.99"

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

[dependencies.backoff]
version = "0.4"
features = [
    "futures",
    "tokio",
]

[dependencies.base64]
version = "0.22"

[dependencies.bytestring]
version = "1.4"

[dependencies.chrono]
version = "0.4"
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.rmqtt]
version = "0.21.0"
features = ["plugin"]

[dependencies.rust-box]
version = "0.15"
features = ["task-exec-queue"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.44"
features = [
    "sync",
    "fs",
    "io-util",
]
default-features = false

[dependencies.url]
version = "2.5.4"
default-features = false