# 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 = "matchbox_server" version = "0.10.0" authors = ["Johan Helsing "] 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" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.7" 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.10" features = ["json"] [dependencies.matchbox_signaling] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tower-http] version = "0.5" 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.23"