[package] name = "send-mail" version = "0.1.1" edition = "2021" authors = ["luyi "] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/luyikk/send_mail" description = "send email command tool." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = {version="1",features=["full"]} anyhow = "1" clap = {version="4",features=["derive"]} mail-send = "0.3"