rustapi-grpc 0.1.410

gRPC integration helpers for RustAPI powered by 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.78"
name = "rustapi-grpc"
version = "0.1.410"
authors = ["RustAPI Contributors, Tuntii"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC integration helpers for RustAPI powered by Tonic"
documentation = "https://docs.rs/rustapi-grpc"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "api",
    "grpc",
    "tonic",
]
categories = [
    "web-programming::http-server",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Tuntii/RustAPI"

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

[dependencies.prost]
version = "0.14"

[dependencies.rustapi-core]
version = "0.1.335"
default-features = false

[dependencies.tokio]
version = "1.35"
features = ["macros"]

[dependencies.tonic]
version = "0.14"
features = ["transport"]

[dev-dependencies.tokio]
version = "1.35"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]

[dev-dependencies.tonic-health]
version = "0.14"