rust_smtp_utils 0.1.0

Reusable SMTP helper crate for Rust (lettre-based) with STARTTLS, timeout, and retry.
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 = "2021"
name = "rust_smtp_utils"
version = "0.1.0"
build = false
exclude = [
    ".env",
    ".env.*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable SMTP helper crate for Rust (lettre-based) with STARTTLS, timeout, and retry."
readme = "README.md"
keywords = [
    "smtp",
    "email",
    "lettre",
    "mail",
]
categories = ["email"]
license = "MIT"
repository = "https://github.com/Alexandros5880/RUST-SMTP-UTILS"

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

[[example]]
name = "send"
path = "examples/send.rs"

[dependencies.lettre]
version = "0.11"
features = [
    "tokio1-native-tls",
    "native-tls",
    "builder",
    "smtp-transport",
    "serde",
]