vil_trigger_webhook 0.1.3

VIL Phase 3 — HTTP webhook receiver trigger with HMAC signature verification
Documentation
[package]
name = "vil_trigger_webhook"
description = "VIL Phase 3 — HTTP webhook receiver trigger with HMAC signature verification"
edition.workspace = true
version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme = "README.md"

[dependencies]
vil_log              = { workspace = true }
tracing = { workspace = true }
vil_connector_macros = { workspace = true }
vil_trigger_core = { version = "0.1.0", path = "../vil_trigger_core" }
tokio            = { workspace = true }
axum             = { workspace = true }
hmac             = "0.12"
sha2             = "0.10"
async-trait      = { workspace = true }