server-watchdog 0.1.2

A server monitoring and remote control tool via messenger.
Documentation
# 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 = "2024"
name = "server-watchdog"
version = "0.1.2"
authors = ["Yunseong Jeong <me@yunseong.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A server monitoring and remote control tool via messenger."
readme = "README.md"
license = "MIT"
repository = "https://github.com/dev-yunseong/server-watchdog"

[lib]
name = "server_watchdog"
path = "src/lib.rs"

[[bin]]
name = "sw"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.clap]
version = "4.5.57"
features = ["derive"]

[dependencies.derive-new]
version = "0.7.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.home]
version = "0.5.12"

[dependencies.log]
version = "0.4.29"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "form",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.struct-input]
version = "0.1.2"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1.18"
features = ["io-util"]

[dependencies.uuid]
version = "1.20.0"
features = ["v4"]