[package] name = "monitor_periphery" version = "0.2.9" edition = "2021" authors = ["MoghTech"] description = "monitor periphery binary" license = "GPL-3.0-or-later" [[bin]] name = "periphery" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] helpers = { package = "monitor_helpers", path = "../lib/helpers" } types = { package = "monitor_types", path = "../lib/types" } run_command = { version = "0.0.5", features = ["async_tokio"] } async_timing_util = "0.1.14" tokio = { version = "1.26", features = ["full"] } axum = { version = "0.6", features = ["ws"] } tower = { version = "0.4", features = ["full"] } futures = "0.3" dotenv = "0.15" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" bollard = "0.14.0" anyhow = "1.0" envy = "0.4" sysinfo = "0.28" toml = "0.7" daemonize = "0.5.0" clap = { version = "4.1", features = ["derive"] } svi = "0.1.3"