jetstream_rpc 7.2.0

Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC.
Documentation
[dependencies.anyhow]
version = "1.0.94"

[dependencies.bytes]
version = "1.9.0"

[dependencies.jetstream_wireformat]
version = "7.2.0"

[dependencies.okstd]
features = ["macros"]
version = "0.1.10"

[dependencies.s2n-quic]
version = "1.51.0"

[dependencies.tokio]
features = ["full"]
version = "1.42.0"

[dependencies.trait-variant]
version = "0.1.2"

[lib]
bench = false
name = "jetstream_rpc"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC."
documentation = "https://sevki.github.io/jetstream/"
edition = "2021"
license = "BSD-3-Clause"
name = "jetstream_rpc"
readme = "README.md"
repository = "https://github.com/sevki/jetstream"
version = "7.2.0"