standardwebhooks 1.0.1

Rust library for creating and verifying webhook signatures.
Documentation
[dependencies.base64]
version = "0.21.3"

[dependencies.hmac-sha256]
version = "1"

[dependencies.http]
version = "1.0"

[dependencies.thiserror]
version = ">1.0.30"

[dependencies.time]
version = "0.3"

[package]
authors = ["Standard Webhooks"]
categories = ["development-tools", "asynchronous", "network-programming", "web-programming"]
description = "Rust library for creating and verifying webhook signatures."
edition = "2021"
keywords = ["webhooks"]
license = "MIT"
name = "standardwebhooks"
readme = "README.md"
repository = "https://github.com/standard-webhooks/standard-webhooks"
version = "1.0.1"