# 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 = "notify-me" version = "0.2.0" authors = ["Shuocheng Wang "] description = "Send notifications to email or communication software, such as WeChat." homepage = "https://github.com/ShuochengWang/notify-me" readme = "README.md" keywords = [ "notify", "notifier", "message", "email", "wechat", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/ShuochengWang/notify-me" [dependencies.anyhow] version = "1.0" [dependencies.lettre] version = "0.10" [dependencies.log] version = "0.4" [dependencies.ureq] version = "2.6.2" [dev-dependencies.ctor] version = "0.1" [dev-dependencies.env_logger] version = "0.9"