listsend 0.4.101

Send emails to CSV list from template on CLI
# 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 = "2024"
name = "listsend"
version = "0.4.101"
authors = [
    "github.com/pepa65 <pepa65@passchier.net>",
    "Ahmad Saugi <saugi.dev@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Send emails to CSV list from template on CLI"
documentation = "https://docs.rs/listsend"
readme = "README.md"
keywords = [
    "email",
    "cli",
    "template",
    "csv",
    "attachment",
]
categories = [
    "command-line-utilities",
    "email",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/pepa65/listsend"

[package.metadata.binstall]
pkg-url = "{repo}/releases/download/{version}/{name}"
pkg-fmt = "bin"
disabled-strategies = [
    "quick-install",
    "compile",
]
target-family = "Linux"
target-arch = "X86_64"

[[bin]]
name = "listsend"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.26"
features = ["derive"]

[dependencies.csv]
version = "1.3.1"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.handlebars]
version = "6.3.0"

[dependencies.lettre]
version = "0.11.11"
features = ["builder"]

[dependencies.openssl-sys]
version = "0.9.104"
features = ["vendored"]

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.tap]
version = "1.0.1"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = true