streamtop 1.1.2

Terminal HLS, DASH, and IPTV stream monitor with wire probes, TR 101 290, SCTE-35, and Prometheus metrics
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"
rust-version = "1.87"
name = "streamtop"
version = "1.1.2"
build = false
exclude = [
    ".github/**",
    ".dockerignore",
    ".gitignore",
    "Dockerfile",
    "Formula/**",
    "bucket/**",
    "dist/**",
    "fuzz/**",
    "tests/**",
    "_typos.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal HLS, DASH, and IPTV stream monitor with wire probes, TR 101 290, SCTE-35, and Prometheus metrics"
homepage = "https://github.com/Jorji49/streamtop"
readme = "README.md"
keywords = [
    "hls",
    "dash",
    "iptv",
    "streaming",
    "monitoring",
]
categories = [
    "command-line-utilities",
    "multimedia::video",
]
license = "MIT"
repository = "https://github.com/Jorji49/streamtop"

[package.metadata.deb]
maintainer = "Ahmet Kayra Kama <kayraak@pm.me>"
copyright = "2026, Ahmet Kayra Kama <kayraak@pm.me>"
license-file = [
    "LICENSE",
    "4",
]
extended-description = "Monitor live HLS, MPEG-DASH, and IPTV streams from the terminal. Wire probes, SCTE-35, TR 101 290, Prometheus metrics, and CI summary JSON."
section = "utils"
priority = "optional"
assets = [[
    "target/release/streamtop",
    "usr/bin/",
    "755",
]]

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.zip"
pkg-fmt = "zip"

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

[[bin]]
name = "streamtop"
path = "src/main.rs"

[dependencies.arboard]
version = "3"

[dependencies.axum]
version = "0.7"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.dash-mpd]
version = "0.20"
default-features = false

[dependencies.directories]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.m3u8-rs]
version = "6.0"

[dependencies.ratatui]
version = "0.28"

[dependencies.reqwest]
version = "0.12"
features = [
    "stream",
    "gzip",
    "brotli",
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.subtle]
version = "2"

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

[dependencies.tokio-rustls]
version = "0.26"
features = [
    "ring",
    "tls12",
]
default-features = false

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2"

[dependencies.webpki-roots]
version = "0.26"

[dev-dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]