mailer 0.1.0

Email sending library
Documentation
[dependencies]

[dev-dependencies]

[features]
default = ["enabled"]
enabled = []
full = ["enabled"]

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

[package]
authors = ["wandalen <wandalen.me@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["email"]
description = """
Email sending library
"""
documentation = "https://docs.rs/mailer"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/mailer"
keywords = ["email", "mail", "smtp", "send"]
license = "MIT"
name = "mailer"
readme = "readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/mailer"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = false
features = ["full"]

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

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