moq-boy 0.4.1

MoQ Boy - Crowd-controlled Game Boy streaming
# 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"
rust-version = "1.91"
name = "moq-boy"
version = "0.4.1"
authors = ["Luke Curley <kixelated@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MoQ Boy - Crowd-controlled Game Boy streaming"
readme = "README.md"
keywords = [
    "moq",
    "gameboy",
    "streaming",
    "emulator",
    "live",
]
categories = [
    "multimedia::video",
    "emulators",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/moq-dev/moq"
resolver = "2"

[features]
default = [
    "quinn",
    "websocket",
]
jemalloc = ["moq-native/jemalloc"]
noq = ["moq-native/noq"]
quinn = ["moq-native/quinn"]
websocket = ["moq-native/websocket"]

[[bin]]
name = "moq-boy"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"
features = ["backtrace"]

[dependencies.boytacean]
version = "0.12"
features = ["gen-mock"]

[dependencies.bytes]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.hang]
version = "0.20"

[dependencies.moq-audio]
version = "0.0.14"

[dependencies.moq-json]
version = "0.3.2"

[dependencies.moq-mux]
version = "0.9"

[dependencies.moq-native]
version = "0.19"
features = ["aws-lc-rs"]
default-features = false

[dependencies.moq-net]
version = "0.2"

[dependencies.moq-video]
version = "0.0.10"
features = [
    "nvenc",
    "vaapi",
]
default-features = false

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

[dependencies.tokio]
version = "1.48"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"