github_webhook_message_validator 0.1.1

Provides functions for validating GitHub webhook payloads.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "github_webhook_message_validator"
version = "0.1.1"
authors = ["Mark S. Everitt <mark.s.everitt@gmail.com>"]
description = "Provides functions for validating GitHub webhook payloads."
repository = "https://github.com/qubyte/github_webhook_message_validator"
homepage = "https://github.com/qubyte/github_webhook_message_validator"
readme = "README.md"
keywords = ["github", "webhook"]
license = "MIT"

[dependencies]
rust-crypto = "0.2.34"