matchbox_server 0.14.0

A signaling server for WebRTC peer-to-peer full-mesh networking
# 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 = "matchbox_server"
version = "0.14.0"
authors = ["Johan Helsing <johanhelsing@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A signaling server for WebRTC peer-to-peer full-mesh networking"
homepage = "https://github.com/johanhelsing/matchbox"
readme = "README.md"
keywords = [
    "gamedev",
    "webrtc",
    "peer-to-peer",
    "networking",
    "wasm",
]
categories = [
    "network-programming",
    "game-development",
    "wasm",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/johanhelsing/matchbox"
resolver = "2"

[[bin]]
name = "matchbox_server"
path = "src/main.rs"

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

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

[dependencies.clap]
version = "4.3"
features = [
    "derive",
    "env",
]

[dependencies.futures]
version = "0.3"
features = ["alloc"]
default-features = false

[dependencies.matchbox_protocol]
version = "0.14"
features = ["json"]

[dependencies.matchbox_signaling]
version = "0.14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.32"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
]

[dependencies.tracing]
version = "0.1"
features = ["log"]

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

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

[dev-dependencies.tokio-tungstenite]
version = "0.28"