[package] name = "rutster-tap" version = "0.1.0" license.workspace = true edition.workspace = true repository.workspace = true [dependencies] rutster-call-model = { path = "../rutster-call-model" } # ChannelId newtype (spec §5.2) rutster-media = { path = "../rutster-media" } # PcmFrame (re-exported — spec §3.1) tokio = { workspace = true } tokio-tungstenite = { workspace = true } futures-util = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } base64 = { workspace = true } url = { workspace = true } thiserror = { workspace = true } tracing = { workspace = true }