github_webhook_message_validator 0.1.2

Provides functions for validating GitHub webhook payloads.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "github_webhook_message_validator"
version = "0.1.2"
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"

[badges]
travis-ci = { repository = "qubyte/github_webhook_message_validator" }

[dependencies]
rust-crypto = "0.2.34"