wae-email 0.0.2

WAE Email - 邮件服务抽象层,支持 SMTP/Sendmail/Direct
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 = "wae-email"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WAE Email - 邮件服务抽象层,支持 SMTP/Sendmail/Direct"
homepage = "https://github.com/oovm/wae/tree/main/backends/wae-email"
documentation = "https://docs.rs/wae-email"
readme = "README.md"
keywords = [
    "email",
    "smtp",
    "sendmail",
    "mail",
]
categories = [
    "email",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/oovm/wae/tree/main/backends/wae-email"
resolver = "2"

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.hickory-resolver]
version = "0.25.2"
features = ["system-config"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26.4"
features = ["ring"]
default-features = false

[dependencies.wae-types]
version = "0.0.2"

[dependencies.webpki-roots]
version = "1.0.6"