[package]
edition = "2024"
rust-version = "1.91"
name = "moq-binary"
version = "0.1.6"
authors = ["Luke Curley <kixelated@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary publishing over MoQ tracks: latest-value snapshots, or append-log streams."
readme = "README.md"
keywords = [
"quic",
"http3",
"webtransport",
"binary",
"live",
]
categories = [
"multimedia",
"network-programming",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/moq-dev/moq"
resolver = "2"
[lib]
name = "moq_binary"
path = "src/lib.rs"
[dependencies.bytes]
version = "1"
[dependencies.kio]
version = "0.6.1"
[dependencies.moq-flate]
version = "0.2.0"
[dependencies.moq-net]
version = "0.3.6"
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"