rivven-protocol 0.0.8

Wire protocol types for Rivven distributed event streaming
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"
name = "rivven-protocol"
version = "0.0.8"
authors = ["hupe1980"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire protocol types for Rivven distributed event streaming"
readme = "README.md"
keywords = [
    "streaming",
    "protocol",
    "event-driven",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/hupe1980/rivven"

[features]
default = []
protobuf = [
    "dep:prost",
    "dep:prost-build",
]

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

[dependencies.bytes]
version = "1.11"

[dependencies.postcard]
version = "1"
features = ["alloc"]

[dependencies.prost]
version = "0.13"
optional = true

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

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