dvbv5-sys 0.2.1

Rust FFI binding for the C API of the libdvbv5 library from the V4L2 project of the LinuxTV work. libdvbv5 is a library that provides an application oriented API over the Linux kernel DVB API.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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 = []