# 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 = "2021" name = "spring-mail" version = "0.3.0" authors = ["holmofy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integrate lettre into spring-rs to send emails" readme = "README.md" keywords = [ "email", "smtp", "spring", ] categories = ["email"] license = "MIT" repository = "https://github.com/spring-rs/spring-rs" [lib] name = "spring_mail" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.lettre] version = "0.11" features = [ "tokio1-native-tls", "serde", ] [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0" [dependencies.spring] version = "0.3" [dependencies.tracing] version = "0.1.40" features = ["log"] [dev-dependencies]