rust_wasm_websocket 0.5.5

crate for wasm websocket
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "rust_wasm_websocket"
version = "0.5.5"
authors = ["Luciano Bestia <Luciano.Bestia@gmail.com>"]
include = ["Cargo.toml", "LICENSE", "README.md", "src/lib.rs", "src/websocket_mod.rs"]
publish = true
description = "crate for wasm websocket"
readme = "README.md"
keywords = ["wasm", "websocket"]
categories = ["web-programming::websocket"]
license = "MIT"
repository = "https://github.com/LucianoBestia/rust_wasm_websocket"
[dependencies.dodrio]
version = "0.2.0"

[dependencies.gloo-timers]
version = "0.2.1"
features = ["futures"]

[dependencies.js-sys]
version = "0.3.46"

[dependencies.rust_wasm_websys_utils]
version = "0.4.3"

[dependencies.serde]
version = "1.0.119"

[dependencies.serde_derive]
version = "1.0.119"

[dependencies.serde_json]
version = "1.0"

[dependencies.unwrap]
version = "1.2.1"

[dependencies.wasm-bindgen]
version = "0.2.69"
features = ["serde-serialize"]

[dependencies.wasm-bindgen-futures]
version = "0.4.19"

[dependencies.web-sys]
version = "0.3.46"
features = ["console", "Document", "Element", "ErrorEvent", "Event", "EventListener", "EventTarget", "History", "HtmlAudioElement", "HtmlElement", "HtmlImageElement", "HtmlInputElement", "HtmlMediaElement", "KeyboardEvent", "Location", "MouseEvent", "Navigator", "Node", "Request", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Response", "Storage", "WebSocket", "Window"]
[dev-dependencies.wasm-bindgen-test]
version = "0.3.19"