webrtc-media 0.4.5

A pure Rust implementation of WebRTC Media API
Documentation
[package]
name = "webrtc-media"
version = "0.4.5"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of WebRTC Media API"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/webrtc-media"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/media"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
util = { package = "webrtc-util", version = "0.5.3", default-features = false, features = ["marshal"] }
rtp = "0.6.5"
byteorder = "1.4.3"
bytes = "1.1.0"
displaydoc = "0.2.3"
thiserror = "1.0.30"
rand = "0.8.4"
derive_builder = "0.10.2"

[dev-dependencies]
criterion = { version = "0.3.5", features = ["html_reports"] }
nearly_eq = "0.2.4"

[[bench]]
name = "audio_buffer"
harness = false