webhooks 0.0.1

Rust library for interacting with the Svix API and verifying webhook signatures.
Documentation
[dependencies.base64]
version = "0.13"

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

[dependencies.http]
version = "0.2"

[dependencies.reqwest]
default-features = false
features = ["json", "multipart"]
version = "^0.11"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.thiserror]
version = ">1.0.30"

[dependencies.time]
version = "0.3"

[dependencies.url]
version = "^2.2"

[package]
authors = ["Svix Inc. <oss@svix.com>"]
categories = ["development-tools", "asynchronous", "network-programming", "web-programming"]
description = "Rust library for interacting with the Svix API and verifying webhook signatures."
edition = "2021"
homepage = "https://www.svix.com"
keywords = ["svix", "webhooks", "diahook"]
license = "MIT"
name = "webhooks"
readme = "README.md"
repository = "https://github.com/svix/svix-webhooks"
resolver = "2"
version = "0.0.1"