# 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 = "2018" name = "amail-lambda-smtp-relay" version = "0.1.0" authors = ["Oliver Ford"] description = "Amail incoming SMTP relay" license-file = "LICENCE" repository = "https://github.com/OJFord/amail" [[bin]] name = "handler" path = "./handler.rs" [dependencies.aws_lambda_events] version = "^0.2" [dependencies.futures] version = "^0.3" [dependencies.lambda_runtime] version = "^0.2" [dependencies.lettre] version = "=0.10.0-alpha.1" features = ["builder", "rustls-tls", "smtp-transport"] default_features = false [dependencies.log] version = "^0.4" [dependencies.rusoto_core] version = "^0.43.0-beta.1" features = ["rustls"] default_features = false [dependencies.rusoto_s3] version = "^0.43.0-beta.1" features = ["rustls"] default_features = false [dependencies.rustls] version = "^0.16" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.stderrlog] version = "^0.4" [dependencies.tokio] version = "^0.2" [dependencies.webpki-roots] version = "^0.19" [target.x86_64-unknown-linux-musl]