[dependencies.async-trait]
version = "0.1.88"
[dependencies.local-ip-address]
version = "0.6.3"
[dependencies.pingap-core]
version = "0.12.0"
[dependencies.reqwest]
default-features = false
features = ["json", "default-tls"]
version = "0.12.22"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tracing]
version = "0.1.41"
[lib]
name = "pingap_webhook"
path = "src/lib.rs"
[package]
authors = ["Tree Xie <tree.xie@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Webhook for pingap"
edition = "2021"
homepage = "https://github.com/vicanso/pingap"
keywords = ["pingap", "webhook"]
license = "Apache-2.0"
name = "pingap-webhook"
readme = "README.md"
repository = "https://github.com/vicanso/pingap"
version = "0.12.0"