webrtc-rs-rtcp 0.2.0

A pure Rust implementation of RTCP
Documentation
[package]
name = "webrtc-rs-rtcp"
version = "0.2.0"
authors = ["Rain Liu <yuliu@outlook.com>"]
edition = "2018"
description = "A pure Rust implementation of RTCP"
license = "MIT"
documentation = "https://docs.rs/webrtc-rs-rtcp"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/rtcp"

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

[dependencies]
util = { package = "webrtc-rs-util", version = "0.1.0" }
byteorder = "1.3.2"
bytes = "^0.6.0"
lazy_static = "1.3.0"