mini-mail-auth
mini-mail-auth is a lightweight Rust crate, forked from
stalwartlabs/mail-auth
for developers who "just need to sign an email with a DKIM key".
It is a heavily stripped-down version of the excellent mail-auth crate,
containing only the necessary components for DKIM signing using RSA-SHA256. This results in a minimal
dependency footprint, ideal for applications where email signing is the only requirement.
Usage
This crate provides a simple function, sign_email, to handle DKIM signing with minimal setup.
use sign_email;