[package] name = "librist-rust" version = "0.6.3" authors = ["David Holroyd "] edition = "2018" categories = [ "multimedia::video", "network-programming" ] keywords = [ "RIST", "TR-06-1" ] repository = "https://code.videolan.org/rist/librist-rust" description = "Rust wapper for librist" readme = "README.md" license = "BSD-2-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] librist-sys = "0.8.3" libc = "0.2" bitflags = "1.2" hexdump = "0.1.0"