# 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 = "reporters" version = "0.1.0" description = "Reporter will help you in sending a piece of information or message to different destinations e.g. email inbox, slack channel etc" license = "MIT OR Apache-2.0" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.dotenv] version = "0.15.0" [dependencies.fern] version = "0.5" [dependencies.lettre] version = "0.10.0-rc.4" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"]