Files
simple-instant-stream/Cargo.toml
T
2026-06-14 01:06:25 +01:00

18 lines
319 B
TOML

[package]
name = "rtmp-to-whip-simple-server"
version = "0.1.0"
edition = "2024"
[dependencies]
async-broadcast = "0.7.2"
bytes = "1.11.1"
dashmap = "6.2.1"
macro_rules_attribute = "0.2.2"
rand = "0.10.1"
rml_rtmp = "0.8.0"
futures-lite = "2"
smol = "2.0.2"
smol-macros = "0.1.1"
str0m = "0.20.0"
tiny_http = "0.12.0"