[dependencies.clap]
version = "2.33.3"
[dependencies.concat-with]
version = "0.2"
[dependencies.dnsclient]
default-features = false
features = ["async-tokio"]
version = "0.1.16"
[dependencies.path-absolutize]
features = ["once_cell_cache"]
version = "3.0.11"
[dependencies.serde]
optional = true
version = "1"
[dependencies.serde_derive]
optional = true
version = "1"
[dependencies.serde_json]
optional = true
version = "1"
[dependencies.terminal_size]
version = "0.1"
[dependencies.tokio]
features = ["rt", "time", "net", "sync", "macros"]
version = "1.12"
[features]
json = ["serde", "serde_derive", "serde_json"]
[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["command-line-utilities"]
description = "Wait Service is a pure rust program to test and wait on the availability of multiple services."
edition = "2021"
homepage = "https://magiclen.org/wait-service"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["wait-for-it", "tcp", "unix", "socket", "uds"]
license = "MIT"
name = "wait-service"
readme = "README.md"
repository = "https://github.com/magiclen/wait-service"
resolver = "2"
version = "0.2.0"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"