[package] name = "rtp-rs" version = "0.6.0" authors = ["David Holroyd ", "Markus Hadenfeldt "] keywords = [ "RTP", "rfc3550" ] description = "Parser and generator for RTP packet structure" repository = "https://github.com/dholroyd/rtp-rs" license = "MIT/Apache-2.0" categories = [ "multimedia::video", "parser-implementations", "network-programming" ] edition = "2018" readme = "README.md" [lib] name = "rtp_rs" path = "src/lib.rs" [dev-dependencies] criterion = "0.3" [[bench]] name = "bench" harness = false