[package]
edition = "2024"
name = "pingap-webhook"
version = "0.13.0"
authors = ["Tree Xie <tree.xie@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Webhook for pingap"
homepage = "https://github.com/vicanso/pingap"
readme = "README.md"
keywords = [
"pingap",
"webhook",
]
license = "Apache-2.0"
repository = "https://github.com/vicanso/pingap"
[lib]
name = "pingap_webhook"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.local-ip-address]
version = "0.6.5"
[dependencies.pingap-core]
version = "0.13.0"
[dependencies.reqwest]
version = "0.13.1"
features = [
"query",
"json",
"default-tls",
]
default-features = false
[dependencies.serde_json]
version = "1.0.145"
[dependencies.tracing]
version = "0.1.41"
[lints.clippy]
unwrap_used = "deny"