openws-server 0.1.5

WebSocket server with room-based messaging, private messages, HTTP broadcast, and configurable limits
# 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 = "openws-server"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebSocket server with room-based messaging, private messages, HTTP broadcast, and configurable limits"
homepage = "https://github.com/benjamin0mar/openws-server"
readme = "README.md"
keywords = [
    "websocket",
    "realtime",
    "axum",
    "tokio",
    "chat",
]
categories = [
    "web-programming",
    "network-programming",
]
license = "CC-BY-NC-4.0"
repository = "https://github.com/benjamin0mar/openws-server"

[[bin]]
name = "openws-server"
path = "src/main.rs"

[dependencies.axum]
version = "0.7"
features = ["ws"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.config]
version = "0.14"
features = ["toml"]

[dependencies.futures]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tower-http]
version = "0.5"
features = ["cors"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1"
features = ["v4"]