dvbv5 0.2.6

Rust oriented bits and pieces over the FFI binding to enable use of the libdvbv5 library from the V4L2 project of the LinuxTV work. libdvbv5 is a library to provide an application oriented API over the Linux kernel API.
[package]
name = "dvbv5"
version = "0.2.6"
authors = ["Russel Winder <russel@winder.org.uk>"]
categories = ["api-bindings", "hardware-support"]
keywords = ["libdvbv5", "video", "audio", "dvb"]
license = "LGPL-3.0"
description = """
Rust oriented bits and pieces over the FFI binding to enable use of the libdvbv5 library from the V4L2 project of the LinuxTV work.

libdvbv5 is a library to provide an application oriented API over the Linux kernel API.
"""
repository = "https://gitlab.com/Russel/rust-libdvbv5"
readme = "README.md"
edition = "2018"

[dependencies]
dvbv5-sys = "0.2.1"
#dvbv5-sys = {git = "https://gitlab.com/Russel/rust-libdvbv5-sys"}
#dvbv5-sys = {path = "../../Public/Rust_Libdvbv5_Sys"}
libc = "0.2.76"

# Stop the documentation failing to build on https://docs.rs due to
# dvbv5-sys depending on the presence of libdvbv5.

[features]
docs-rs = ["dvbv5-sys/docs-rs"]

[package.metadata.docs.rs]
features = ["docs-rs"] # This feature will be enabled during the docs.rs build