d-engine-proto 0.2.3

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

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

[package.metadata.release]
tag = false

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

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

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

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

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

[dependencies.tracing]
version = "0.1.41"

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

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