libmoq 0.2.2

Media over QUIC, C bindings
Documentation
[package]
name = "libmoq"
description = "Media over QUIC, C bindings"
authors = ["Luke Curley <kixelated@gmail.com>", "Brian Medley <bpm@bmedley.org>"]
repository = "https://github.com/moq-dev/moq"
license = "MIT OR Apache-2.0"

version = "0.2.2"
edition = "2021"

keywords = ["quic", "http3", "webtransport", "media", "live"]
categories = ["multimedia", "network-programming", "web-programming"]

[lib]
name = "moq"
crate-type = ["staticlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
hang = { workspace = true }
moq-lite = { workspace = true, features = ["serde"] }
moq-native = { workspace = true }
slab = "0.4"
thiserror = "2"
tokio = { workspace = true, features = ["macros"] }
tracing = "0.1"
url = "2"

[build-dependencies]
cbindgen = "0.29"

[dev-dependencies]
anyhow = "1"
moq-native = { workspace = true }
url = "2"