[dependencies.axum]
version = "0.7.2"
[dependencies.hex]
version = "0.4"
[dependencies.hmac-sha256]
version = "1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_path_to_error]
version = "0.1"
[dependencies.subtle]
version = "2.5"
[dev-dependencies.http-body-util]
version = "0.1.0"
[dev-dependencies.hyper]
default-features = false
version = "1.0.1"
[dev-dependencies.tokio]
features = ["macros"]
version = "1.35"
[dev-dependencies.tower]
default-features = false
version = "0.4"
[package]
authors = ["Naitik Shah <n@daaku.org>"]
categories = []
description = "A library to secure GitHub Webhooks and extract JSON event payloads in Axum."
edition = "2021"
keywords = ["axum", "github"]
license = "MIT"
name = "axum-github-webhook-extract"
readme = "readme.md"
repository = "https://github.com/daaku/axum-github-webhook-extract"
version = "0.2.0"