[package]
edition = "2018"
name = "dvbv5-sys"
version = "0.2.1"
authors = ["Russel Winder <russel@winder.org.uk>"]
build = "build.rs"
links = "dvbv5"
description = "Rust FFI binding for the C API of the libdvbv5 library from the V4L2 project of the LinuxTV work.\n\nlibdvbv5 is a library that provides an application oriented API over the Linux kernel DVB API.\n"
readme = "README.md"
keywords = ["libdvbv5", "video", "audio", "dvb", "ffi"]
categories = ["api-bindings", "hardware-support", "external-ffi-bindings"]
license = "LGPL-3.0"
repository = "https://gitlab.com/Russel/rust-libdvbv5-sys"
[package.metadata.docs.rs]
features = ["docs-rs"]
[dependencies.libc]
version = "0.2.76"
[build-dependencies.pkg-config]
version = "0.3.18"
[features]
docs-rs = []