moq-cli 0.7.12

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-cli"
version = "0.7.12"
authors = ["Luke Curley <kixelated@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Media over QUIC"
readme = false
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"

[features]
default = [
    "iroh",
    "quinn",
    "websocket",
]
iroh = ["moq-native/iroh"]
quiche = ["moq-native/quiche"]
quinn = ["moq-native/quinn"]
websocket = ["moq-native/websocket"]

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

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

[dependencies.axum]
version = "0.8"
features = ["tokio"]

[dependencies.axum-server]
version = "0.8"
features = ["tls-rustls"]

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

[dependencies.hang]
version = "0.15"

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

[dependencies.moq-native]
version = "0.13"
features = ["aws-lc-rs"]
default-features = false

[dependencies.rustls]
version = "0.23"
features = ["aws-lc-rs"]
default-features = false

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

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[target."cfg(unix)".dependencies.sd-notify]
version = "0.4"