librist-sys 0.6.0

Bindgen bindings for librist, used by the librist-rust crate
Documentation
[package]
name = "librist-sys"
version = "0.6.0"
authors = ["David Holroyd <dave@badgers-in-foil.co.uk>"]
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.54.0"