rivven-protocol 0.0.4

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.4"
authors = ["hupe1980"]
build = false
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 = []

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

[dependencies.bytes]
version = "1"

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

[dependencies.rivven-core]
version = "0.0.4"
default-features = false

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

[dependencies.thiserror]
version = "1"