[[bin]]
name = "bootstrap"
path = "src/main.rs"
[dependencies.audit]
version = "0.7.3"
[dependencies.cargo-audit]
version = "0.20.0"
[dependencies.charset]
version = "0.1"
[dependencies.lambda_runtime]
version = "0.11"
[dependencies.mailparse]
version = "0.14"
[dependencies.rusoto_core]
version = "0.48"
[dependencies.rusoto_ses]
version = "0.48"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["macros", "io-util", "sync", "rt-multi-thread"]
version = "1.37"
[dependencies.tracing]
features = ["log"]
version = "0.1"
[lib]
name = "lib"
path = "src/lib.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"
version = "0.2.4"
[profile.release]
panic = "abort"