[dependencies.async_io_stream]
features = ["map_pharos"]
version = "0.3"
[dependencies.futures]
default-features = false
version = "0.3"
[dependencies.js-sys]
version = "0.3"
[dependencies.pharos]
version = "0.5"
[dependencies.send_wrapper]
version = "0.6"
[dependencies.thiserror]
version = "1.0"
[dependencies.wasm-bindgen]
version = "0.2"
[dependencies.wasm-bindgen-futures]
version = "0.4"
[dependencies.web-sys]
features = ["BinaryType", "Blob", "CloseEvent", "ErrorEvent", "MessageEvent", "DomException", "WebSocket"]
version = "0.3"
[package]
authors = ["Yuki Kishimoto <yukikishimoto@protonmail.com>", "Naja Melan <najamelan@autistici.org>"]
categories = ["asynchronous", "network-programming", "api-bindings", "wasm", "web-programming::websocket"]
description = "A convenience library for using websockets in WASM"
edition = "2021"
homepage = "https://github.com/yukibtc/wasm-ws"
keywords = ["wasm", "websocket", "tokio", "stream", "async"]
license = "MIT"
name = "wasm-ws"
readme = "README.md"
repository = "https://github.com/yukibtc/wasm-ws.git"
version = "0.2.0"