[package] name = "rtp" version = "0.11.0" authors = ["Rain Liu ", "Michael Uti "] edition = "2021" description = "A pure Rust implementation of RTP" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/rtp" homepage = "https://webrtc.rs" repository = "https://github.com/webrtc-rs/rtp" [dependencies] util = { version = "0.9.0", path = "../util", package = "webrtc-util", default-features = false, features = ["marshal"] } bytes = "1" rand = "0.8" thiserror = "1" serde = { version = "1", features = ["derive"] } portable-atomic = "1.6" [dev-dependencies] chrono = "0.4.28" criterion = "0.5" [[bench]] name = "packet_bench" harness = false