jetstream_wireformat 8.1.5

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

[dependencies.futures-util]
optional = true
version = "0.3.31"

[dependencies.jetstream_macros]
version = "8.1.5"

[dependencies.paste]
version = "1.0.15"

[dependencies.uuid]
optional = true
version = "1.16.0"

[dependencies.zerocopy]
version = "0.8.20"

[features]
all = ["std", "async", "testing", "serde", "futures"]
async = ["dep:futures", "futures"]
default = ["async", "std"]
futures = ["dep:futures-util"]
serde = ["dep:serde"]
std = []
testing = ["serde"]

[lib]
bench = false
crate-type = ["rlib", "staticlib", "cdylib"]
name = "jetstream_wireformat"
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_wireformat"
readme = "README.md"
repository = "https://github.com/sevki/jetstream"
version = "8.1.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures]
optional = true
version = "0.3.31"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.jetstream_macros]
version = "8.1.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.libc]
version = "0.2.170"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.okstd]
version = "1.0.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.218"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.time]
version = "0.3.37"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-util]
features = ["full", "io", "time"]
version = "0.7.13"

[target.'cfg(target_arch = "wasm32")'.dependencies]