# crates/rutster-media/Cargo.toml [package] name = "rutster-media" version = "0.0.0" license.workspace = true edition.workspace = true repository.workspace = true description = "Media core: str0m WebRTC + Opus⇄PCM boundary (slice 1)." [dependencies] rutster-call-model = { path = "../rutster-call-model" } opus = { workspace = true } str0m = { workspace = true } thiserror = { workspace = true } tracing = { workspace = true } # tokio: required at lib-compile time because `Reflex
` owns a
# `tokio::sync::mpsc::Receiver