rust-zero-rpc 0.1.0-alpha.1

Production Tonic gRPC client, server, discovery, and resilience utilities for rust-zero
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.89"
name = "rust-zero-rpc"
version = "0.1.0-alpha.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production Tonic gRPC client, server, discovery, and resilience utilities for rust-zero"
homepage = "https://github.com/kevwan/rust-zero"
documentation = "https://docs.rs/rust-zero-rpc"
readme = "README.md"
keywords = [
    "web",
    "grpc",
    "microservices",
    "middleware",
    "runtime",
]
categories = [
    "web-programming",
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/kevwan/rust-zero"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
telemetry = ["rust-zero-core/telemetry"]

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

[[example]]
name = "echo_server"
path = "examples/echo_server.rs"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.prost]
version = "0.13"

[dependencies.rust-zero-core]
version = "0.1.0-alpha.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["net"]

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

[dependencies.tonic-health]
version = "0.12"

[dependencies.tower]
version = "0.4"
features = ["discover"]

[build-dependencies.protoc-bin-vendored]
version = "3"

[build-dependencies.tonic-build]
version = "0.12"