# 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 = "tokio-linux-video" version = "0.1.1" authors = ["K. "] description = "Linux V4L2 device interfacing with tokio" readme = "README.md" keywords = [ "v4l", "v4l2", "linux", "async", "tokio", ] categories = [ "os", "os::linux-apis", "asynchronous", ] license = "MIT" [dependencies.linux-video-core] version = "0.1.1" default-features = false [dependencies.tokio] version = "1" features = [ "fs", "io-util", "rt", "net", ] default-features = false [dev-dependencies.image] version = "0.24" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [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"]