privatemail 0.2.2

Service to forward custom emails to personal email server
Documentation
cargo-features = ["strip"]

[[bin]]
name = "bootstrap"
path = "src/main.rs"
[dependencies.charset]
version = "0.1"

[dependencies.lambda_runtime]
version = "0.5"

[dependencies.mailparse]
version = "0.13"

[dependencies.rusoto_core]
version = "0.48"

[dependencies.rusoto_ses]
version = "0.48"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["macros", "io-util", "sync", "rt-multi-thread"]
version = "1.19"

[dependencies.tracing]
features = ["log"]
version = "0.1"

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

[package]
authors = ["Nyah Check <hello@nyah.dev>"]
categories = ["email", "web-programming", "config", "development-tools"]
description = "Service to forward custom emails to personal email server"
documentation = "https://docs.rs/privatemail"
edition = "2021"
homepage = "https://github.com/ch3ck"
keywords = ["lambda", "aws", "email", "security", "rust"]
license = "MIT"
name = "privatemail"
readme = "README.md"
repository = "https://github.com/ch3ck/privatemail"
resolver = "2"
version = "0.2.2"
[profile.release]
panic = "abort"