# 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 = "ecg" version = "1.0.3" authors = ["Etienne Napoleone "] description = "Cosmos validators dead man's switch" documentation = "https://github.com/setten-io/ecg/blob/main/README.md" readme = "README.md" keywords = [ "monitoring", "validator", "cosmos", "heartbeat", "uptime", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/setten-io/ecg" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2" features = [ "derive", "env", ] [dependencies.ctrlc] version = "3.2" features = ["termination"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-aux] version = "3.0" [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.indoc] version = "1.0"