media-plane 0.4.0

The ingress/egress spine for a live media origin: Dialer/Listener -> byte stages -> IngestSession -> Trunk (bounded sample/segment/event/part rings with cursor subscribers), three egress shapes (served/push/segment), and tiered retention with DVR pinning. Built on broadcast_common::Stage. no_std + alloc byte layer; Trunk and above require std.
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.95.0"
name = "media-plane"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The ingress/egress spine for a live media origin: Dialer/Listener -> byte stages -> IngestSession -> Trunk (bounded sample/segment/event/part rings with cursor subscribers), three egress shapes (served/push/segment), and tiered retention with DVR pinning. Built on broadcast_common::Stage. no_std + alloc byte layer; Trunk and above require std."
readme = "README.md"
keywords = [
    "streaming",
    "ingest",
    "no-std",
    "media",
]
categories = [
    "multimedia",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fishloa/rust-broadcast"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["std"]
std = [
    "broadcast-common/std",
    "thiserror/std",
    "dep:transmux",
    "dep:timed-metadata",
    "dep:event-listener",
]

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

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

[[example]]
name = "ingest_trunk_playback"
path = "examples/ingest_trunk_playback.rs"
required-features = ["std"]

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

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

[dependencies.broadcast-common]
version = "9.3"
default-features = false

[dependencies.bytes]
version = "1"
default-features = false

[dependencies.event-listener]
version = "5"
features = ["std"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.timed-metadata]
version = "0.5"
optional = true
default-features = false

[dependencies.transmux]
version = "0.24"
optional = true
default-features = false

[dev-dependencies.scte35-splice]
version = "2.1"
default-features = false