naia-client-socket 0.3.1

Abstraction to expose common API over a UDP socket on Linux, and a unreliable WebRTC datachannel on the browser
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.cfg-if]
version = "0.1.10"

[dependencies.log]
version = "0.4"

[dependencies.naia-socket-shared]
version = "0.2.1"

[package]
authors = ["connorcarpenter <connorcarpenter@gmail.com>"]
categories = ["network-programming", "game-development", "wasm", "web-programming"]
description = "Abstraction to expose common API over a UDP socket on Linux, and a unreliable WebRTC datachannel on the browser"
documentation = "https://docs.rs/naia-client-socket"
edition = "2018"
homepage = "https://github.com/naia-rs/naia-socket"
keywords = ["wasm", "webrtc", "udp", "networking", "gamedev"]
license = "MIT OR Apache-2.0"
name = "naia-client-socket"
readme = "../README.md"
repository = "https://github.com/naia-rs/naia-socket"
version = "0.3.1"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3"

[target."cfg(target_arch = \"wasm32\")".dependencies.serde]
version = "^1.0.59"

[target."cfg(target_arch = \"wasm32\")".dependencies.serde_derive]
version = "^1.0.59"

[target."cfg(target_arch = \"wasm32\")".dependencies.url]
version = "2.1.1"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
features = ["serde-serialize"]
version = "0.2.45"

[target."cfg(target_arch = \"wasm32\")".dependencies.web_sys]
features = ["RtcConfiguration", "RtcDataChannel", "RtcDataChannelInit", "RtcDataChannelType", "RtcIceCandidate", "RtcIceCandidateInit", "RtcPeerConnection", "RtcSdpType", "RtcSessionDescription", "RtcSessionDescriptionInit", "XmlHttpRequest", "XmlHttpRequestEventTarget", "MessageEvent", "ProgressEvent", "ErrorEvent", "Blob"]
package = "web-sys"
version = "0.3.22"