libmoq 0.2.5

Media over QUIC, C bindings
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"
name = "libmoq"
version = "0.2.5"
authors = [
    "Luke Curley <kixelated@gmail.com>",
    "Brian Medley <bpm@bmedley.org>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Media over QUIC, C bindings"
readme = "README.md"
keywords = [
    "quic",
    "http3",
    "webtransport",
    "media",
    "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"
crate-type = ["staticlib"]
path = "src/lib.rs"

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

[dependencies.hang]
version = "0.11"

[dependencies.moq-lite]
version = "0.12"
features = ["serde"]

[dependencies.moq-native]
version = "0.12"

[dependencies.slab]
version = "0.4"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.moq-native]
version = "0.12"

[dev-dependencies.url]
version = "2"

[build-dependencies.cbindgen]
version = "0.29"