webhooksmith-actix 0.1.7

Actix-web integration for webhooksmith — verified webhook extractor for incoming webhooks
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "webhooksmith-actix"
version = "0.1.7"
authors = ["Biplab Das <biplabku@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Actix-web integration for webhooksmith — verified webhook extractor for incoming webhooks"
readme = "README.md"
keywords = [
    "webhook",
    "actix-web",
    "hmac",
    "verification",
    "middleware",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/biplabku/webhooksmith"

[lib]
name = "webhooksmith_actix"
path = "src/lib.rs"

[[test]]
name = "adversarial"
path = "tests/adversarial.rs"

[[test]]
name = "verify"
path = "tests/verify.rs"

[dependencies.actix-web]
version = "4"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.webhooksmith]
version = "0.1"

[dev-dependencies.actix-rt]
version = "2"

[dev-dependencies.actix-web]
version = "4"
features = ["macros"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = ["full"]