summaryrefslogtreecommitdiff
path: root/vendor/tonic-health/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/tonic-health/Cargo.toml')
-rw-r--r--vendor/tonic-health/Cargo.toml97
1 files changed, 0 insertions, 97 deletions
diff --git a/vendor/tonic-health/Cargo.toml b/vendor/tonic-health/Cargo.toml
deleted file mode 100644
index a43ef39f..00000000
--- a/vendor/tonic-health/Cargo.toml
+++ /dev/null
@@ -1,97 +0,0 @@
-# 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"
-rust-version = "1.75"
-name = "tonic-health"
-version = "0.13.1"
-authors = ["James Nugent <james@jen20.com>"]
-build = false
-autolib = false
-autobins = false
-autoexamples = false
-autotests = false
-autobenches = false
-description = """
-Health Checking module of `tonic` gRPC implementation.
-"""
-homepage = "https://github.com/hyperium/tonic"
-readme = "README.md"
-keywords = [
- "rpc",
- "grpc",
- "async",
- "healthcheck",
-]
-categories = [
- "network-programming",
- "asynchronous",
-]
-license = "MIT"
-repository = "https://github.com/hyperium/tonic"
-
-[package.metadata.cargo_check_external_types]
-allowed_external_types = [
- "tonic::*",
- "bytes::*",
- "http::*",
- "http_body::*",
- "prost::*",
- "futures_core::stream::Stream",
- "tower_service::Service",
-]
-
-[lib]
-name = "tonic_health"
-path = "src/lib.rs"
-
-[dependencies.prost]
-version = "0.13"
-
-[dependencies.tokio]
-version = "1.0"
-features = ["sync"]
-
-[dependencies.tokio-stream]
-version = "0.1"
-features = ["sync"]
-default-features = false
-
-[dependencies.tonic]
-version = "0.13.0"
-features = [
- "codegen",
- "prost",
-]
-default-features = false
-
-[dev-dependencies.prost-types]
-version = "0.13.0"
-
-[dev-dependencies.tokio]
-version = "1.0"
-features = [
- "rt-multi-thread",
- "macros",
-]
-
-[lints.clippy]
-uninlined_format_args = "deny"
-
-[lints.rust]
-missing_debug_implementations = "warn"
-missing_docs = "warn"
-rust_2018_idioms = "warn"
-unreachable_pub = "warn"
-
-[lints.rustdoc]
-broken_intra_doc_links = "deny"