# 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 = "dead-man-switch" version = "0.4.1" authors = ["Jose Storopoli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple no-BS Dead Man's Switch" readme = "README.md" license = "AGPL-3.0-only" [lib] name = "dead_man_switch" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.directories-next] version = "2" [dependencies.lettre] version = "0.11" features = [ "rustls-tls", "builder", ] [dependencies.lettre_email] version = "0.9" [dependencies.mime_guess] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8"