interceptor 0.0.4

A pure Rust implementation of Pluggable RTP/RTCP processors
Documentation
[dependencies.anyhow]
version = "1.0.41"

[dependencies.async-trait]
version = "0.1.42"

[dependencies.bytes]
version = "1"

[dependencies.rtcp]
version = "0.3.3"

[dependencies.rtp]
version = "0.3.3"

[dependencies.srtp]
package = "webrtc-srtp"
version = "0.3.5"

[dependencies.thiserror]
version = "1.0.25"

[package]
authors = ["Rain Liu <yliu@webrtc.rs>"]
description = "A pure Rust implementation of Pluggable RTP/RTCP processors"
documentation = "https://docs.rs/interceptor"
edition = "2018"
homepage = "https://webrtc.rs"
license = "MIT/Apache-2.0"
name = "interceptor"
repository = "https://github.com/webrtc-rs/interceptor"
version = "0.0.4"