# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nebula_email" version = "0.0.1" authors = ["Michael Bryant "] description = "Email handler for nebula form-handling server" homepage = "https://bluestnight.com/docs/nebula-forms/users/plugins/email/" documentation = "https://docs.rs/nebula_email/" readme = "README.md" keywords = ["nebula", "forms", "http", "email", "contact"] categories = ["email", "web-programming::http-server"] license = "MPL-2.0" repository = "https://gitlab.com/BluestNight/nebula" [dependencies.lettre] version = "0.9.2" [dependencies.lettre_email] version = "0.9.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tera] version = "1.0.1" [dependencies.tokio] version = "0.2" features = ["sync"] [dependencies.toml] version = "0.5"