uselesskey-webhook 0.9.1

Deterministic webhook fixtures for GitHub, Stripe, and Slack signature tests.
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.95"
name = "uselesskey-webhook"
version = "0.9.1"
authors = ["Effortless Metrics <opensource@effortlessmetrics.com>"]
build = false
exclude = [
    "fuzz/**",
    "corpus/**",
    "**/*.der",
    "**/*.pem",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic webhook fixtures for GitHub, Stripe, and Slack signature tests."
homepage = "https://github.com/EffortlessMetrics/uselesskey"
documentation = "https://docs.rs/uselesskey-webhook"
readme = "README.md"
keywords = [
    "webhook",
    "hmac",
    "fixtures",
    "testing",
    "deterministic",
]
categories = [
    "development-tools::testing",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/uselesskey"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.base64]
version = "0.22.1"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.13.0-rc.6"

[dependencies.rand_chacha10]
version = "0.10.0"
default-features = false
package = "rand_chacha"

[dependencies.rand_core10]
version = "0.10.1"
default-features = false
package = "rand_core"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.11"

[dependencies.uselesskey-core]
version = "0.9.1"

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

[lints.clippy]
dbg_macro = "deny"
decimal_bitwise_operands = "warn"
duration_suboptimal_units = "warn"
manual_checked_ops = "warn"
manual_ilog2 = "warn"
manual_take = "warn"
needless_type_cast = "warn"
same_length_and_capacity = "deny"
todo = "deny"
unimplemented = "deny"
unnecessary_trailing_comma = "warn"

[lints.rust]
const_item_interior_mutations = "deny"
function_casts_as_integer = "deny"
unexpected_cfgs = "warn"
unsafe_op_in_unsafe_fn = "deny"
unused_must_use = "deny"
unused_visibilities = "warn"