# 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 = "mailin-embedded" version = "0.8.3" authors = ["alienscience "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An SMTP server that can be embedded in other programs" readme = "README.md" keywords = [ "smtp", "server", "email", ] categories = [ "email", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://code.alienscience.org/alienscience/mailin" [package.metadata.docs.rs] features = ["rtls"] [lib] name = "mailin_embedded" path = "src/lib.rs" [dependencies.bufstream-fresh] version = "0.3" [dependencies.cfg-if] version = "1" [dependencies.log] version = "0.4" [dependencies.mailin] version = "0.6.5" [dependencies.openssl] version = "0.10" optional = true [dependencies.rustls] version = "0.23" optional = true [dependencies.rustls-pemfile] version = "2" optional = true [dependencies.scoped_threadpool] version = "0.1" [features] default = ["rtls"] ossl = ["openssl"] rtls = [ "rustls", "rustls-pemfile", ]