[package] name = "libv4l-sys" description = "A FFI to libv4l" version = "0.3.1" authors = ["takayuki goto "] edition = "2021" license = "Apache-2.0" homepage = "https://github.com/idein/libv4l-sys" repository = "https://github.com/idein/libv4l-sys" documentation = "https://docs.rs/libv4l-sys" readme = "README.md" keywords = ["video4linux", "video"] categories = ["external-ffi-bindings", "multimedia::images", "multimedia::video"] [badges] circle-ci = { repository = "idein/libv4l-sys" } maintenance = { status = "experimental" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.65.1" pkg-config = "0.3" [dependencies] libc = "0.2" [dev-dependencies] libc = "0.2" log = "0.4" env_logger = "0.10"