# 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 = "smtp-client" version = "0.1.0" authors = ["Léo Gaspard "] description = "Asynchronous SMTP client library" readme = "../README.md" keywords = [ "smtp", "client", "asynchronous", "email", ] categories = [ "email", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ekleog/kannader" [dependencies.async-trait] version = "0.1.42" [dependencies.bitflags] version = "1.2" [dependencies.chrono] version = "0.4.19" [dependencies.duplexify] version = "1.2" [dependencies.futures] version = "0.3.8" features = ["write-all-vectored"] [dependencies.rand] version = "0.8.0" [dependencies.smol] version = "1.2" [dependencies.smtp-message] version = "0.1.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.22" [dependencies.trust-dns-resolver] version = "0.21.2" default-features = false