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