webhook-catcher 0.3.0

A simple runner that waits for a 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 = "webhook-catcher"
version = "0.3.0"
authors = ["Julius de Jeu <julius@asraphiel.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple runner that waits for a webhook"
readme = false
license = "MIT"

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

[[bin]]
name = "webhook-catcher"
path = "src/main.rs"

[dependencies.axum]
version = "0.8.7"
features = ["macros"]

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

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

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.toml]
version = "0.9.8"