# 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 = "async-mailer-smtp" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async SMTP mailer implementation, intended to be used as `async-mailer` generic `Mailer` or `DynMailer` trait object." documentation = "https://docs.rs/async-mailer-smtp/" readme = false keywords = [ "async", "mailer", "smtp", ] categories = ["email"] license = "MPL-2.0" repository = "https://github.com/LeoniePhiline/async-mailer/smtp" [lib] name = "async_mailer_smtp" path = "src/lib.rs" [dependencies.async-mailer-core] version = "0.3" [dependencies.async-trait] version = "0.1.80" [dependencies.clap] version = "4.5.4" features = ["derive"] optional = true [dependencies.secrecy] version = "0.10.0" [dependencies.thiserror] version = "1.0.59" [dependencies.tracing] version = "0.1.40" optional = true [features] clap = ["dep:clap"] default = ["tracing"] tracing = ["dep:tracing"]