websocket-web 0.1.9

WebSockets on the web 🕸️ — WebSocket support in a JavaScript runtime environment, usually a web browser.
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 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 = "websocket-web"
version = "0.1.9"
authors = ["Sebastian Urban <surban@surban.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebSockets on the web 🕸️ — WebSocket support in a JavaScript runtime environment, usually a web browser."
readme = "README.md"
keywords = ["websocket"]
categories = [
    "web-programming::websocket",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/surban/websocket-web"

[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown"]

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

[[test]]
name = "example"
path = "tests/example.rs"

[[test]]
name = "small_msg"
path = "tests/small_msg.rs"

[[test]]
name = "speed"
path = "tests/speed.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-sink]
version = "0.3"

[dependencies.futures-util]
version = "0.3"
features = ["sink"]

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

[dependencies.tokio]
version = "1.43"
features = ["sync"]
default-features = false

[dependencies.wasm-bindgen]
version = "0.2"

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

[dependencies.web-sys]
version = "0.3.91"
features = [
    "BinaryType",
    "CloseEvent",
    "ReadableStream",
    "ReadableStreamDefaultReader",
    "ReadableStreamReadResult",
    "MessageEvent",
    "WebSocket",
    "WritableStream",
    "WritableStreamDefaultWriter",
    "Window",
    "WorkerGlobalScope",
]

[dev-dependencies.tokio]
version = "1.43"
features = ["io-util"]
default-features = false

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[dev-dependencies.web-sys]
version = "0.3"
features = [
    "console",
    "Document",
    "HtmlElement",
    "Location",
    "Performance",
]