bones_matchmaker 0.4.0

Simple matchmaking server for games.
Documentation
[[bin]]
name = "bones_matchmaker"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bones_matchmaker_proto]
version = "0.4.0"

[dependencies.bytes]
version = "1.2"

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

[dependencies.either]
version = "1.8"

[dependencies.futures]
default-features = false
features = ["std", "async-await"]
version = "0.3"

[dependencies.iroh-net]
version = "0.22"

[dependencies.once_cell]
version = "1.15"

[dependencies.postcard]
default-features = false
features = ["alloc"]
version = "1.0"

[dependencies.quinn]
package = "iroh-quinn"
version = "0.10"

[dependencies.rand]
version = "0.8"

[dependencies.rcgen]
version = "0.12"

[dependencies.scc]
version = "1.0"

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

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

[dependencies.tracing]
version = "0.1"

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

[[example]]
name = "matchmaker_client"
path = "examples/matchmaker_client.rs"

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

[package]
authors = ["The Fish Folk & Spicy Lobster Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Simple matchmaking server for games."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "bones_matchmaker"
readme = "README.md"
repository = "https://github.com/fishfolk/bones"
version = "0.4.0"