# 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 = "eye-hal" version = "0.2.0" authors = ["Christopher N. Hesse "] description = "Camera hardware abstraction layer (HAL)" readme = "README.md" license = "MIT" repository = "https://github.com/raymanfx/eye-rs" [dependencies.bitflags] version = "1.3.2" [dev-dependencies.itertools] version = "0.11.0" [target."cfg(target_os = \"linux\")".dependencies.v4l] version = "0.14.0" [target."cfg(target_os=\"macos\")".dependencies.openpnp_capture] version = "0.2.4" [target."cfg(target_os=\"macos\")".dependencies.openpnp_capture_sys] version = "0.4.0" [target."cfg(target_os=\"windows\")".dependencies.uvc] version = "0.2.0" features = ["vendor"]