matchbox_protocol 0.13.0

Common interfaces between matchbox_socket and matchbox_server
Documentation
[dependencies.cfg-if]
version = "1.0"

[dependencies.derive_more]
features = ["display", "from"]
version = "2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
default-features = false
optional = true
version = "1.0"

[dependencies.uuid]
features = ["serde"]
version = "1.4"

[features]
json = ["dep:serde_json"]

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

[package]
authors = ["Johan Helsing <johanhelsing@gmail.com>", "Spencer C. Imbleau <spencer@imbleau.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "game-development", "wasm", "web-programming"]
description = "Common interfaces between matchbox_socket and matchbox_server"
edition = "2024"
homepage = "https://github.com/johanhelsing/matchbox"
keywords = ["gamedev", "webrtc", "peer-to-peer", "networking", "wasm"]
license = "MIT OR Apache-2.0"
name = "matchbox_protocol"
readme = "README.md"
repository = "https://github.com/johanhelsing/matchbox"
resolver = "2"
version = "0.13.0"

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