moq-transcode 0.0.1

Just-in-time live transcoding for hang broadcasts over Media over QUIC
# 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 = "moq-transcode"
version = "0.0.1"
authors = ["Luke Curley <kixelated@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Just-in-time live transcoding for hang broadcasts over Media over QUIC"
readme = "README.md"
keywords = [
    "quic",
    "http3",
    "webtransport",
    "media",
    "video",
]
categories = [
    "multimedia",
    "multimedia::video",
    "multimedia::encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/moq-dev/moq"
resolver = "2"

[features]
default = [
    "nvenc",
    "vaapi",
    "nvdec",
]
nvdec = ["moq-video/nvdec"]
nvenc = ["moq-video/nvenc"]
vaapi = ["moq-video/vaapi"]

[lib]
name = "moq_transcode"
path = "src/lib.rs"

[[example]]
name = "transcode"
path = "examples/transcode.rs"

[dependencies.bytes]
version = "1"

[dependencies.hang]
version = "0.20"

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

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

[dependencies.moq-video]
version = "0.0.7"
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.48"
features = [
    "rt",
    "macros",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.tokio]
version = "1.48"
features = [
    "full",
    "test-util",
]

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