starpc 0.49.9

Streaming protobuf RPC framework
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 = "starpc"
version = "0.49.9"
build = false
include = [
    "srpc/**/*.rs",
    "rpcstream/*.rs",
    "Cargo.toml",
    "LICENSE",
    "!node_modules/**",
    "!vendor/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming protobuf RPC framework"
readme = "README.md"
keywords = [
    "rpc",
    "protobuf",
    "streaming",
    "grpc",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/aperturerobotics/starpc"

[features]
build = [
    "dep:prost-build",
    "dep:protoc-bin-vendored",
]
default = []

[lib]
name = "starpc"
path = "srpc/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.9"

[dependencies.futures]
version = "0.3"

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

[dependencies.prost]
version = "0.14"

[dependencies.prost-build]
version = "0.14"
optional = true

[dependencies.protoc-bin-vendored]
version = "3.2"
optional = true

[dependencies.scopeguard]
version = "1.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "sync",
    "rt",
    "macros",
    "time",
]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]