[package] name = "healthscript-cli" version = "1.0.0" edition = "2021" description = "CLI for healthscript, a simple DSL for checking the health of a service using HTTP, TCP, ICMP (ping), and more." authors = ["Mark Bundschuh "] license = "MIT" repository = "https://github.com/rhombusgg/healthscript" keywords = ["http", "health", "monitoring"] [dependencies] clap = { version = "4.5.4", features = ["derive"] } healthscript = "1.0.3" tokio = { version = "1.38.0", default-features = false, features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" yansi = "1.0.1"