mcpmem-webhook 1.0.3

Durable webhook delivery worker for the mcpmem MCP server.
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"
name = "mcpmem-webhook"
version = "1.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Durable webhook delivery worker for the mcpmem MCP server."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/abankowski/mcpmem"

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

[dependencies.hmac]
version = "0.12"

[dependencies.mcpmem-core]
version = "1.0.3"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"

[lints.clippy]
box_collection = "warn"
boxed_local = "warn"
cast_lossless = "warn"
implicit_clone = "warn"
inefficient_to_string = "warn"
iter_overeager_cloned = "warn"
large_enum_variant = "warn"
large_stack_frames = "warn"
manual_filter_map = "warn"
manual_find_map = "warn"
manual_memcpy = "warn"
missing_const_for_fn = "warn"
mutex_atomic = "warn"
needless_pass_by_value = "warn"
option_option = "warn"
ptr_arg = "warn"
redundant_clone = "warn"
slow_vector_initialization = "warn"
string_add_assign = "warn"
trivially_copy_pass_by_ref = "warn"
unnecessary_cast = "warn"
unnecessary_to_owned = "warn"
useless_vec = "warn"
vec_init_then_push = "warn"