# 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 = "2018" name = "grpcio-health" version = "0.13.0" authors = ["The TiKV Project Developers"] description = "Health check wrappers for grpcio" homepage = "https://github.com/tikv/grpc-rs" documentation = "https://docs.rs/grpcio-health" readme = "README.md" keywords = [ "grpc", "healthcheck", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/tikv/grpc-rs" [dependencies.futures-executor] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dependencies.grpcio] version = "0.13.0" default-features = false [dependencies.log] version = "0.4" [dependencies.prost] version = "0.11" optional = true [dependencies.protobuf] version = "2" optional = true [dependencies.protobufv3] version = "3.2" optional = true package = "protobuf" [features] default = ["protobuf-codec"] prost-codec = [ "grpcio/prost-codec", "prost", ] protobuf-codec = [ "grpcio/protobuf-codec", "protobuf", ] protobufv3-codec = [ "grpcio/protobufv3-codec", "protobufv3", ]