# 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" version = "1.0.3" authors = ["Mark Bundschuh "] description = "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.ariadne] version = "0.4.1" [dependencies.async-recursion] version = "1.1.1" [dependencies.base64] version = "0.22.1" [dependencies.chumsky] version = "1.0.0-alpha.7" features = ["label"] [dependencies.hickory-resolver] version = "0.24.1" [dependencies.jaq-core] version = "1.4.0" [dependencies.jaq-interpret] version = "1.4.0" [dependencies.jaq-parse] version = "1.0.2" [dependencies.jaq-std] version = "1.4.0" [dependencies.jaq-syn] version = "1.1.0" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde_json] version = "1.0.117" [dependencies.strsim] version = "0.11.1" [dependencies.surge-ping] version = "0.8.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.38.0" features = ["full"] default-features = false [dependencies.tracing] version = "0.1.40" [dependencies.yansi] version = "1.0.1" [dev-dependencies.expect-test] version = "1.5.0"