[package]
name = "interceptor"
version = "0.7.7"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of Pluggable RTP/RTCP processors"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/interceptor"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/interceptor"
[dependencies]
util = { package = "webrtc-util", version = "0.5.4", default-features = false, features = ["marshal", "sync"] }
rtp = "0.6.5"
rtcp = "0.6.5"
srtp = { package = "webrtc-srtp", version = "0.8.9" }
tokio = { version = "1.19", features = ["sync", "time"] }
async-trait = "0.1.56"
bytes = "1"
thiserror = "1.0"
rand = "0.8.5"
waitgroup = "0.1.2"
log = "0.4"
[dev-dependencies]
tokio-test = "0.4.0"
chrono = "0.4.19"