# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wasm-ws" version = "0.2.1" authors = [ "Yuki Kishimoto ", "Naja Melan ", ] description = "A convenience library for using websockets in WASM" homepage = "https://github.com/yukibtc/wasm-ws" readme = "README.md" keywords = [ "wasm", "websocket", "tokio", "stream", "async", ] categories = [ "asynchronous", "network-programming", "api-bindings", "wasm", "web-programming::websocket", ] license = "MIT" repository = "https://github.com/yukibtc/wasm-ws.git" [dependencies.async_io_stream] version = "0.3" features = ["map_pharos"] [dependencies.futures] version = "0.3" default-features = false [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] version = "0.3" features = [ "BinaryType", "Blob", "CloseEvent", "ErrorEvent", "MessageEvent", "DomException", "WebSocket", ]