[package]
edition = "2018"
name = "v4l2-sys"
version = "1.1.0"
authors = ["Russel Winder <russel@winder.org.uk>"]
build = "build.rs"
description = "Rust FFI binding for the C API of Video for Linux API version 2, V4L2.\n"
readme = "README.md"
keywords = ["ffi", "v4l2", "video", "dvb", "sdr"]
categories = ["api-bindings", "hardware-support", "external-ffi-bindings"]
license = "LGPL-3.0"
repository = "https://gitlab.com/Russel/rust-v4l2-sys"
[dependencies]
[dev-dependencies.rstest]
version = "0.6.3"
[build-dependencies.bindgen]
version = "0.51"