mogimail 0.2.0

Embedded SMTP 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 = "mogimail"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded SMTP server"
readme = "README.en.md"
keywords = [
    "mail",
    "smtp",
]
license = "MIT"
repository = "https://github.com/akar1ngo/mogimail"

[features]
default = []
ehlo = []

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

[[bin]]
name = "mogimail"
path = "src/main.rs"

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "lettre_test"
path = "tests/lettre_test.rs"

[dependencies.thiserror]
version = "2"
default-features = false

[dev-dependencies.lettre]
version = "0.11"

[profile.release]
lto = true
strip = true