[package] name = "webrtc-rs-rtp" version = "0.1.0" authors = ["Rain Liu "] edition = "2018" description = "A pure Rust implementation of RTP" license = "MIT" documentation = "https://docs.rs/webrtc-rs-rtp" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/rtp" # 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" rand = "0.8.0" [dev-dependencies] chrono = "0.4.7"