# 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 = "v4l2r" version = "0.0.5" authors = ["Alexandre Courbot "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Safe and flexible abstraction over V4L2" readme = "README.md" keywords = [ "v4l2", "video", "linux", ] categories = ["os"] license = "MIT" repository = "https://github.com/Gnurou/v4l2r" [lib] name = "v4l2r" path = "src/lib.rs" [[example]] name = "fwht_encoder" path = "examples/fwht_encoder/main.rs" [[example]] name = "simple_decoder" path = "examples/simple_decoder/main.rs" [[example]] name = "vicodec_test" path = "examples/vicodec_test/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bitflags] version = "2.4" [dependencies.enumn] version = "0.1.6" [dependencies.log] version = "0.4.14" [dependencies.nix] version = "0.28" features = [ "ioctl", "mman", "poll", "fs", "event", ] [dependencies.thiserror] version = "1.0" [dev-dependencies.clap] version = "3.2" [dev-dependencies.ctrlc] version = "3.1.4" [dev-dependencies.env_logger] version = "0.10" [build-dependencies.bindgen] version = "0.69" [features] arch32 = [] arch64 = []