pulse-protocol 0.1.1

Wire protocol definitions for Pulse realtime engine
Documentation
[[bench]]
harness = false
name = "codec"
path = "benches/codec.rs"

[dependencies.bytes]
version = "1"

[dependencies.rmp-serde]
version = "1"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Wire protocol definitions for Pulse realtime engine"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "pulse-protocol"
readme = false
repository = "https://github.com/tenvisio/pulse"
rust-version = "1.75"
version = "0.1.1"