jetstream_wireformat 9.1.2

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 = "9.1.2"

[dependencies.paste]
version = "1.0.15"

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

[dependencies.zerocopy]
version = "0.8.27"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.42"

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

[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 = "9.1.2"

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

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

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.mio]
version = "1.0.3"

[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.44"

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

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

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

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
version = "0.2.15"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.69"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.92"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["console"]
version = "0.3.69"