# 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 = "minismtp" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimal asynchronous SMTP server library (MTA) for Rust." readme = "README.md" keywords = [ "network", "smtp", "email", ] categories = ["email"] license = "MIT" repository = "https://github.com/starkbamse/minismtp" [lib] name = "minismtp" path = "src/lib.rs" [dependencies.async-smtp] version = "0.9.1" [dependencies.async-std] version = "1.12.0" [dependencies.base64] version = "0.22.1" [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.30" [dependencies.hickory-resolver] version = "0.24.1" [dependencies.ipnetwork] version = "0.20.0" [dependencies.lettre] version = "0.11.7" features = [ "tracing", "smtp-transport", ] [dependencies.log] version = "0.4.22" [dependencies.mail-parser] version = "0.9.3" [dependencies.openssl] version = "0.10.66" [dependencies.rustls-pemfile] version = "2.1.3" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tokio-rustls] version = "0.26.0" [dependencies.tokio-tls-upgrade] version = "0.1.0"