# 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-core" 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.bitmask-enum] version = "2" [dependencies.clap] version = "4" features = [ "std", "derive", ] optional = true default-features = false [dependencies.dcv-color-primitives] version = "0.5" optional = true [dependencies.drm-fourcc] version = "2" optional = true [dependencies.getset] version = "0.1" [dependencies.nix] version = "0.26" features = [ "ioctl", "mman", ] default-features = false [dependencies.parse-display] version = "0.8" [dependencies.serde] version = "1" features = [ "std", "derive", ] optional = true default-features = false [features] default = [] thread-safe = []