moq-rtc 0.2.4

WebRTC (WHIP/WHEP) gateway for Media over QUIC
Documentation
# 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-rtc"
version = "0.2.4"
authors = ["Luke Curley <kixelated@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebRTC (WHIP/WHEP) gateway for Media over QUIC"
readme = false
keywords = [
    "webrtc",
    "whip",
    "whep",
    "moq",
    "media",
]
categories = [
    "multimedia",
    "network-programming",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/moq-dev/moq"
resolver = "2"

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

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

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

[dependencies.bytes]
version = "1"

[dependencies.hang]
version = "0.20"

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

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

[dependencies.reqwest]
version = "0.13"
features = ["rustls"]
default-features = false

[dependencies.str0m]
version = "0.21"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.aws-lc-rs]
version = "1"

[dev-dependencies.tokio]
version = "1.48"
features = ["test-util"]