[package] name = "hoststatus" version = "0.1.1" edition = "2021" license = "MIT" repository = "https://lab.themackabu.dev/self/hoststatus" description = "Utility to check server status by hostname" [dependencies] tide = "0.16.0" colored = "2.1.0" tracing = "0.1.40" macros-rs = "1.2.1" fastping-rs = "0.2.4" serde_yaml = "0.9.33" tide-tracing = "0.1.1" tracing-subscriber = "0.3.18" serde = { version = "1.0.197", features = ["derive"] } async-std = { version = "1.12.0", features = ["attributes"] } serde_json = { version = "1.0.114", features = ["preserve_order"] }