v4l 0.8.0

Safe video4linux (v4l) bindings
Documentation
[dependencies.bitflags]
version = "1.2.1"

[dependencies.libc]
version = "0.2"

[dependencies.v4l-sys]
optional = true
version = "0.1.0"

[dependencies.v4l2-sys]
optional = true
package = "v4l2-sys-mit"
version = "0.1.0"
[dev-dependencies.clap]
version = "^2.33.0"

[dev-dependencies.glium]
version = "0.27.0"

[features]
default = ["v4l2"]
libv4l = ["v4l-sys"]
v4l2 = ["v4l2-sys"]

[package]
authors = ["Christopher N. Hesse <raymanfx@gmail.com>"]
description = "Safe video4linux (v4l) bindings"
edition = "2018"
license = "MIT"
name = "v4l"
readme = "README.md"
repository = "https://github.com/raymanfx/libv4l-rs"
version = "0.8.0"