[package] name = "grpc_health_probe" version = "1.0.1" authors = ["Onat Mercan "] edition = "2021" description = "A utility to run health checks for gRPC services" documentation = "https://github.com/onatm/grpc-health-probe-rs" homepage = "https://github.com/onatm/grpc-health-probe-rs" repository = "https://github.com/onatm/grpc-health-probe-rs" readme = "README.md" keywords = ["grpc", "grpc-health", "kubernetes"] license = "MIT" exclude = [ ".github/*", ] [dependencies] clap = { version = "3.1", features = ["derive"] } tokio = { version = "1.18", features = ["rt-multi-thread", "fs"] } tonic = { version = "0.7", features = ["tls"] } tonic-health = "0.6.0"