[package] name = "librist-sys" version = "0.8.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 = "Bindgen bindings for librist, used by the librist-rust crate" readme = "README.md" license = "BSD-2-Clause" exclude = [ "librist/docs/*" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2" [build-dependencies] bindgen = "0.56.0"