dvbv5 0.0.0

Rust oriented bits and pieces over the FFI binding to enable use of the libdvbv5 library from the V4L2 project. libdvbv5 is a library to provide an application oriented API over the Linux kernel API.
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "dvbv5"
version = "0.0.0"
dependencies = [
 "dvbv5-sys",
 "libc",
]

[[package]]
name = "dvbv5-sys"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31a04e4f2b513e5d8fb996e776e7a2addb63a575cb5e7f3232347494e89598f3"
dependencies = [
 "libc",
 "pkg-config",
]

[[package]]
name = "libc"
version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"

[[package]]
name = "pkg-config"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"