# 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 = "xsmtp" version = "0.1.13" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "smtp send mail" homepage = "https://github.com/i18n-site/rust/tree/main/xsmtp" readme = "README.md" license = "MulanPSL-2.0" repository = "https://github.com/i18n-site/rust.git" [lib] name = "xsmtp" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.aok] version = "0.1.15" [dependencies.genv] version = "0.1.12" [dependencies.idns] version = "0.1.19" [dependencies.mail-builder] version = "0.3.2" [dependencies.mail-send] version = "0.4.8" package = "mail-send-fork" [dependencies.rand] version = "0.8.5" [dependencies.static_init] version = "1.0.3" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "macros", "rt", "rt-multi-thread", "time", "sync", ] [dependencies.tracing] version = "0.1.40" [dependencies.trt] version = "0.1.29" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.tokio] version = "1.39.2" features = [ "macros", "rt", "rt-multi-thread", "time", "sync", ]