# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "v4l" version = "0.14.0" authors = ["Christopher N. Hesse "] description = "Safe video4linux (v4l) bindings" readme = "README.md" license = "MIT" repository = "https://github.com/raymanfx/libv4l-rs" [dependencies.bitflags] version = "1.2.1" [dependencies.libc] version = "0.2" [dependencies.v4l-sys] version = "0.3.0" optional = true [dependencies.v4l2-sys] version = "0.3.0" optional = true package = "v4l2-sys-mit" [dev-dependencies.glium] version = "0.27.0" [dev-dependencies.jpeg-decoder] version = "0.2.1" [features] default = ["v4l2"] libv4l = ["v4l-sys"] v4l2 = ["v4l2-sys"]