# 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 = "async-smtp" version = "0.9.2" authors = ["dignifiedquire "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SMTP client" homepage = "https://github.com/async-email/async-smtp" readme = "README.md" keywords = [ "email", "smtp", "mailer", ] categories = ["email"] license = "MIT OR Apache-2.0" repository = "https://github.com/async-email/async-smtp" [lib] name = "async_smtp" path = "src/lib.rs" [[example]] name = "send" path = "examples/send.rs" required-features = ["runtime-tokio"] [dependencies.anyhow] version = "1" [dependencies.async-std] version = "1.11" features = ["unstable"] optional = true [dependencies.base64] version = "^0.13" [dependencies.futures] version = "0.3.21" [dependencies.hostname] version = "0.3.1" [dependencies.log] version = "^0.4" [dependencies.nom] version = "^7.0" [dependencies.pin-project] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "time", "io-util", ] optional = true [dev-dependencies.async-std] version = "1.11" features = [ "unstable", "attributes", ] [dev-dependencies.criterion] version = "^0.3" [dev-dependencies.env_logger] version = "^0.9" [dev-dependencies.glob] version = "^0.3" [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "net", "time", "macros", ] [features] default = ["runtime-tokio"] runtime-async-std = ["async-std"] runtime-tokio = ["tokio"] [badges.is-it-maintained-issue-resolution] repository = "async-email/async-smtp" [badges.is-it-maintained-open-issues] repository = "async-email/async-smtp" [badges.maintenance] status = "actively-developed"