tonic-types 0.14.4

A collection of useful protobuf types that can be used with `tonic`.
Documentation
# 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-types"
version = "0.14.4"
authors = [
    "Lucio Franco <luciofranco14@gmail.com>",
    "Rafael Lemos <flemos.rafael.dev@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A collection of useful protobuf types that can be used with `tonic`.
"""
homepage = "https://github.com/hyperium/tonic"
readme = "README.md"
keywords = [
    "rpc",
    "grpc",
    "protobuf",
]
categories = [
    "web-programming",
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/hyperium/tonic"

[package.metadata.cargo_check_external_types]
allowed_external_types = [
    "tonic::*",
    "prost::*",
    "prost_types::*",
]

[lib]
name = "tonic_types"
path = "src/lib.rs"

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.tonic]
version = "0.14.0"
default-features = false

[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"