# 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 = "mailmerge" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MailMerge Rust Crate: work in progress for building a mail merge tool to send emails." readme = "README.md" keywords = [ "email", "mail", "merge", "smtp", ] categories = [ "email", "command-line-utilities", ] license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0 OR AGPL-3.0" repository = "https://github.com/sixarm/mailmerge-rust-crate/" [[bin]] name = "mailmerge" path = "src/main.rs" [dependencies.assertables] version = "9.3.0" [dependencies.clap] version = "4.5.20" features = [ "string", "wrap_help", ] [dependencies.confy] version = "0.6.1" [dependencies.env_logger] version = "0.9.3" [dependencies.indoc] version = "2.0.5" [dependencies.lettre] version = "0.11.10" [dependencies.log] version = "0.4.22" [dependencies.map] version = "1.3.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.39.3" features = ["full"]