moq-pub 0.8.13

Media over QUIC
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 = "2021"
name = "moq-pub"
version = "0.8.13"
authors = ["moq-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Media over QUIC"
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/cloudflare/moq-rs"

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

[[bin]]
name = "moq-pub"
path = "src/main.rs"

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

[dependencies.bytes]
version = "1"

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

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

[dependencies.moq-native-ietf]
version = "0.8"

[dependencies.moq-transport]
version = "0.14"

[dependencies.mp4]
version = "0.14"

[dependencies.rfc6381-codec]
version = "0.2"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2"