# 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 = "grpc_health_probe" version = "1.0.1" authors = ["Onat Mercan "] exclude = [".github/*"] description = "A utility to run health checks for gRPC services" homepage = "https://github.com/onatm/grpc-health-probe-rs" documentation = "https://github.com/onatm/grpc-health-probe-rs" readme = "README.md" keywords = [ "grpc", "grpc-health", "kubernetes", ] license = "MIT" repository = "https://github.com/onatm/grpc-health-probe-rs" resolver = "2" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.tokio] version = "1.18" features = [ "rt-multi-thread", "fs", ] [dependencies.tonic] version = "0.7" features = ["tls"] [dependencies.tonic-health] version = "0.6.0"