multimux 0.2.2

Live RTSP -> LL-HLS just-in-time repackaging HTTP origin (library: tokio + axum).
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"
rust-version = "1.86"
name = "multimux"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Live RTSP -> LL-HLS just-in-time repackaging HTTP origin (library: tokio + axum)."
readme = "README.md"
keywords = [
    "rtsp",
    "hls",
    "ll-hls",
    "cmaf",
    "origin",
]
categories = [
    "multimedia",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fishloa/rust-broadcast"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["tls"]
testsupport = []
tls = [
    "rtsp-runtime/tls",
    "dep:tokio-rustls",
]

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

[[example]]
name = "serve_mock"
path = "examples/serve_mock.rs"
required-features = ["testsupport"]

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

[[test]]
name = "origin_llhls"
path = "tests/origin_llhls.rs"

[[test]]
name = "rtsp_ingest"
path = "tests/rtsp_ingest.rs"

[dependencies.axum]
version = "0.7"

[dependencies.rtsp-runtime]
version = "0.2"
features = ["tokio"]

[dependencies.sdp-types]
version = "0.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "io-util",
    "macros",
    "time",
    "sync",
]

[dependencies.tokio-rustls]
version = "0.26"
optional = true

[dependencies.transmux]
version = "0.17"

[dependencies.url]
version = "2"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]
default-features = false