shipper-webhook 0.3.0-rc.2

Webhook notifications for shipper
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 = "2024"
rust-version = "1.92"
name = "shipper-webhook"
version = "0.3.0-rc.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Webhook notifications for shipper"
documentation = "https://docs.rs/shipper-webhook"
readme = "README.md"
keywords = [
    "webhook",
    "notification",
    "publish",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/shipper"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.hmac]
version = "0.12"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
    "rustls",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dev-dependencies.insta]
version = "1.47.2"
features = ["yaml"]

[dev-dependencies.proptest]
version = "1.11.0"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tiny_http]
version = "0.12"

[dev-dependencies.tokio]
version = "1.42"
features = [
    "rt",
    "macros",
]

[lints.rust]
unsafe_code = "forbid"