[package] name = "notify-me" version = "0.2.0" edition = "2021" description = "Send notifications to email or communication software, such as WeChat." keywords = ["notify", "notifier", "message", "email", "wechat"] categories = ["web-programming"] authors = ["Shuocheng Wang "] homepage = "https://github.com/ShuochengWang/notify-me" repository = "https://github.com/ShuochengWang/notify-me" readme = "README.md" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" ureq = "2.6.2" lettre = "0.10" log = "0.4" [dev-dependencies] env_logger = "0.9" ctor = "0.1"