[package]
edition = "2021"
name = "email-notif"
version = "1.0.1"
authors = ["Christopher Boyle <cbosoft@protonmail.com>"]
description = "Email notification for status of long running processes."
homepage = "https://github.com/cbosoft/email-notif-rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/cbosoft/email-notif-rs"
[lib]
name = "email_notif"
[dependencies.lettre]
version = "0.10.1"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.91"