github_webhook_message_validator 0.1.6

Provides functions for validating GitHub webhook payloads.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.hmac]
version = "0.12.1"

[dependencies.sha1]
version = "0.10.1"

[package]
authors = ["Mark S. Everitt <mark.s.everitt@gmail.com>"]
description = "Provides functions for validating GitHub webhook payloads."
homepage = "https://github.com/qubyte/github_webhook_message_validator"
keywords = ["github", "webhook"]
license = "MIT"
name = "github_webhook_message_validator"
readme = "README.md"
repository = "https://github.com/qubyte/github_webhook_message_validator"
version = "0.1.6"