d-engine-proto 0.2.2

gRPC protocol definitions - for building non-Rust d-engine clients
Documentation
[build-dependencies.tonic-build]
version = "0.12"

[build-dependencies.vergen]
features = ["git", "gitcl"]
version = "8.1"

[dependencies.bytes]
features = ["serde"]
version = "1.10"

[dependencies.prost]
features = ["derive"]
version = "0.13"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"

[dependencies.tonic]
features = ["gzip", "tls"]
version = "0.12.3"

[dependencies.tracing]
version = "0.1.41"

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

[package]
authors = ["Joshua Chi <joshokn@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["encoding", "network-programming"]
description = "gRPC protocol definitions - for building non-Rust d-engine clients"
edition = "2024"
homepage = "https://github.com/deventlab/d-engine"
keywords = ["raft", "protobuf", "grpc"]
license = "MIT OR Apache-2.0"
name = "d-engine-proto"
publish = true
readme = "README.md"
repository = "https://github.com/deventlab/d-engine"
resolver = "2"
version = "0.2.2"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.release]
tag = false