# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "totmannschalter" version = "0.1.4" authors = ["David Huss "] exclude = ["*.sublime-*"] description = "A service that mails you when urls cannot be reached anymore or return errors" homepage = "https://github.com/atoav/totmannschalter" readme = "README.md" keywords = ["cli", "webserver", "availability", "service", "mail"] categories = ["command-line-utilities", "email"] license = "MIT" repository = "https://github.com/atoav/totmannschalter" [package.metadata.deb] assets = [["target/release/totmannschalter", "usr/bin/", "755"], ["README.md", "usr/share/doc/totmannschalter/README", "644"], ["totmannschalter.service", "/etc/systemd/system/totmannschalter.service", "644"]] conf-files = ["totmannschalter/config.toml"] depends = "$auto, systemd" priority = "optional" section = "Administration Utilities" [package.metadata.deb.systemd-units] enable = false unit-name = "totmannschalter" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.clokwerk] version = "0.3" [dependencies.console] version = "0.12" [dependencies.dialoguer] version = "0.6" [dependencies.dirs] version = "3.0" [dependencies.lettre] version = "0.10.0-alpha.1" [dependencies.reqwest] version = "0.10" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5"