# 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 = "lightning-sentinel" version = "0.1.4" authors = ["tee8z "] description = "A telegram bot written in rust that will monitor a lighting node over tor. It does this through calling the node's REST API and sending notifications to a telegram private channel with the node administrator" keywords = ["telegram", "lightning", "monitoring", "bot"] categories = ["command-line-utilities", "cryptography::cryptocurrencies"] license-file = "LICENSE" repository = "https://github.com/tee8z/lightning-sentinel" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.config] version = "0.11.0" [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = " 0.9.0" [dependencies.futures] version = "0.3.18" [dependencies.lazy_static] version = "1.4" [dependencies.libtor] version = "46.6.1+0.4.6.6" [dependencies.log] version = "0.4.14" [dependencies.notify] version = "5.0.0-pre.13" features = ["serde"] [dependencies.pickledb] version = "0.4.1" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.7" features = ["socks", "json"] [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.72" [dependencies.tokio] version = "1.14.0" features = ["full", "time", "sync"] [dependencies.tokio-util] version = "0.6.9"