[package]
name = "moq-boy"
description = "MoQ Boy - Crowd-controlled Game Boy streaming"
authors = ["Luke Curley <kixelated@gmail.com>"]
repository = "https://github.com/moq-dev/moq"
license = "MIT OR Apache-2.0"
keywords = ["moq", "gameboy", "streaming", "emulator", "live"]
categories = ["multimedia::video", "emulators", "network-programming"]
version = "0.2.21"
edition = "2024"
rust-version.workspace = true
[features]
default = ["quinn", "websocket"]
jemalloc = ["moq-native/jemalloc"]
quinn = ["moq-native/quinn"]
websocket = ["moq-native/websocket"]
[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
boytacean = { version = "0.12", features = ["gen-mock"] }
bytes = "1"
clap = { version = "4", features = ["derive"] }
hang = { workspace = true }
moq-audio = { workspace = true }
moq-json = { workspace = true }
moq-mux = { workspace = true }
moq-native = { workspace = true, default-features = false, features = ["aws-lc-rs"] }
moq-net = { workspace = true }
moq-video = { workspace = true }
serde = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tracing = "0.1"
url = "2"