[package]
name = "moq-binary"
description = "Binary publishing over MoQ tracks: latest-value snapshots, or append-log streams."
authors = ["Luke Curley <kixelated@gmail.com>"]
repository = "https://github.com/moq-dev/moq"
license = "MIT OR Apache-2.0"
version = "0.1.4"
edition = "2024"
rust-version.workspace = true
keywords = ["quic", "http3", "webtransport", "binary", "live"]
categories = ["multimedia", "network-programming", "web-programming"]
[dependencies]
bytes = { workspace = true }
kio = { workspace = true }
moq-flate = { workspace = true }
moq-net = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }