scalesocket 0.2.3

A collaborative websocket server and autoscaler
[package]
name = "scalesocket"
version = "0.2.3"
edition = "2021"
license = "Apache-2.0"

categories = ["command-line-utilities", "web-programming"]
description = "A collaborative websocket server and autoscaler"
homepage = "https://scalesocket.org/"
repository = "https://github.com/scalesocket/scalesocket/"
keywords = ["websockets", "gamedev", "server"]
exclude = [".github/", ".tool-versions", "Dockerfile", "docs/", "examples/", "rustfmt.toml", "tests/cli_tests.rs"]

[dependencies]
bytes = "1.8.0"
clap = { version = "4.5.21", features = ["derive"] }
futures = "0.3.31"
heapless = "0.8.0"
id-pool = { version = "0.2.2", default-features = false, features = ["u16"] }
num-traits = "0.2"
num-derive = "0.4"
prometheus-client = "0.21.0"
sender-sink = "0.2.1"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "1.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["json"] }
tokio = { version = "1.41", features = ["full", "tracing"] }
tokio-stream = { version = "0.1.16", features = ["sync", "net", "io-util"] }
tokio-util = { version = "0.7.12", features = ["io"] }
urlencoding = "2.1"
warp = "0.3.7"

[dev-dependencies]
mark-flaky-tests = {version= "1.0.2", features= ["tokio"] }
trycmd = "0.14"