# 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 = "2021" name = "linux-video" version = "0.1.1" authors = ["K. "] description = "Linux V4L2 device interfacing" readme = "README.md" keywords = [ "v4l", "v4l2", "video", "linux", "ioctl", ] categories = [ "os", "os::linux-apis", ] license = "MIT" [dependencies.linux-video-core] version = "0.1.1" default-features = false [dev-dependencies.image] version = "0.24" [features] clap = ["linux-video-core/clap"] dcv-color-primitives = ["linux-video-core/dcv-color-primitives"] default = [] drm-fourcc = ["linux-video-core/drm-fourcc"] full = [ "clap", "serde", "drm-fourcc", "dcv-color-primitives", ] serde = ["linux-video-core/serde"] test-vivid = [] thread-safe = ["linux-video-core/thread-safe"]