jetstream_rpc 9.4.2

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

[dependencies.futures]
version = "0.3.31"

[dependencies.iroh]
optional = true
version = "0.93.2"

[dependencies.okid]
version = "0.21.0"

[dependencies.s2n-quic]
optional = true
version = "1.67.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio-util]
features = ["codec", "codec"]
version = "0.7.16"

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

[dependencies.turmoil]
optional = true
version = "0.6.5"

[dependencies.url]
version = "2.5.7"

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.bytes]
version = "1.10.0"

[dev-dependencies.s2n-quic]
version = "1.67.0"

[features]
iroh = ["dep:iroh", "okid/iroh", "okid/pkarr"]
pkarr = ["okid/pkarr"]
s2n-quic = ["dep:s2n-quic"]
turmoil = ["dep:turmoil"]

[lib]
bench = false
crate-type = ["rlib", "staticlib", "cdylib"]
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://jetstream.rs"
edition = "2021"
license = "BSD-3-Clause"
name = "jetstream_rpc"
readme = "README.md"
repository = "https://github.com/sevki/jetstream"
version = "9.4.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.jetstream_wireformat]
default-features = true
version = "9.3.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["full"]
version = "1.47.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.jetstream_wireformat]
default-features = true
features = ["std"]
version = "9.3.0"