wae-websocket 0.0.1

WAE WebSocket - WebSocket 服务,支持 tokio-tungstenite
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 = "2024"
name = "wae-websocket"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WAE WebSocket - WebSocket 服务,支持 tokio-tungstenite"
homepage = "https://github.com/oovm/wae/tree/main/backends/wae-websocket"
documentation = "https://docs.rs/wae-websocket"
readme = "README.md"
keywords = [
    "websocket",
    "realtime",
    "async",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/oovm/wae/tree/main/backends/wae-websocket"
resolver = "2"

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.28.0"

[dependencies.tracing]
version = "0.1.44"
features = [
    "std",
    "attributes",
]

[dependencies.uuid]
version = "1.22.0"
features = [
    "v4",
    "v7",
    "serde",
]

[dependencies.wae-types]
version = "0.0.1"