Files
watcheragent/WatcherAgent/Cargo.toml
2025-07-31 09:48:14 +02:00

24 lines
699 B
TOML

[package]
name = "WatcherAgent"
version = "0.1.0"
edition = "2021"
authors = ["Patrick Mahnke-Hartmann <https://github.com/donpat1to>"]
description = "A client heartbeat sender for CS monitoring"
license = "MIT"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.37", features = ["full"] }
local-ip-address = "0.5"
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "cookies", "rustls-tls"] }
sysinfo = "0.29"
metrics = "0.24.2"
chrono = "0.4"
nvml-wrapper = "0.10"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser"] }
[target.'cfg(unix)'.dependencies]
glob = "0.3"