stateroom-server 0.4.4

Server for Stateroom services over WebSockets
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 = "stateroom-server"
version = "0.4.4"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server for Stateroom services over WebSockets"
readme = "README.md"
keywords = ["websocket"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drifting-in-space/stateroom"

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

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

[dependencies.dashmap]
version = "5.5.3"

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

[dependencies.stateroom]
version = "0.4.1"

[dependencies.tokio]
version = "1.37.0"
features = ["rt-multi-thread"]

[dependencies.tower-http]
version = "0.5.2"
features = ["fs"]

[dependencies.tracing]
version = "0.1.40"