hc_service_check 0.2.0-dev.13

A tool for checking the health of tx5 network services
[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.5.3"

[dependencies.tokio]
features = ["full"]
version = "1.36.0"

[dependencies.tx5-signal]
version = "0.3.0-beta"

[dependencies.ureq]
features = ["json"]
version = "3.0.8"

[dependencies.url2]
version = "0.0.6"

[lints.clippy]
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
perf = "deny"
style = "deny"

[lints.clippy.cargo]
level = "allow"
priority = -1

[lints.clippy.nursery]
level = "allow"
priority = -1

[lints.clippy.pedantic]
level = "allow"
priority = -1

[lints.clippy.restriction]
level = "allow"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0

[package]
description = "A tool for checking the health of tx5 network services"
edition = "2021"
license = "Apache-2.0"
name = "hc_service_check"
readme = "README.md"
version = "0.2.0-dev.13"