runtara-protocol 1.4.1

Wire protocol layer for runtara (QUIC transport and Protobuf messages)
Documentation
[build-dependencies.prost-build]
version = "0.13"

[dependencies.bytes]
version = "1.9"

[dependencies.prost]
version = "0.13"

[dependencies.quinn]
default-features = false
features = ["runtime-tokio", "rustls", "ring"]
version = "0.11.9"

[dependencies.rcgen]
version = "0.13"

[dependencies.rustls]
default-features = false
features = ["ring", "std"]
version = "0.23"

[dependencies.rustls-pemfile]
version = "2"

[dependencies.socket2]
version = "0.5"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["io-util", "sync", "macros"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.webpki-roots]
version = "0.26"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["network-programming"]
description = "Wire protocol layer for runtara (QUIC transport and Protobuf messages)"
edition = "2024"
keywords = ["durable", "workflow", "protocol", "quic"]
license = "AGPL-3.0-or-later"
name = "runtara-protocol"
readme = "README.md"
repository = "https://github.com/runtara/runtara"
resolver = "2"
version = "1.4.1"

[[test]]
name = "client_test"
path = "tests/client_test.rs"

[[test]]
name = "frame_test"
path = "tests/frame_test.rs"