libmoq 0.4.0

Media over QUIC, C bindings
# 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.85"
name = "libmoq"
version = "0.4.0"
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.bytes]
version = "1"

[dependencies.hang]
version = "0.20"

[dependencies.moq-audio]
version = "0.0.10"

[dependencies.moq-json]
version = "0.3.0"

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

[dependencies.moq-native]
version = "0.19"
default-features = true

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

[dependencies.moq-video]
version = "0.0.7"
features = [
    "nvenc",
    "vaapi",
    "nvdec",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

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