# 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" version = "0.5.0" authors = ["Christopher N. Hesse "] description = "Cross platform camera capture and control" readme = "README.md" license = "MIT" repository = "https://github.com/raymanfx/eye-rs" [dependencies.eye-hal] version = "0.2.0" [dependencies.ffimage] version = "0.10.0" [dependencies.ffimage_yuv] version = "0.10.0" [dependencies.jpeg-decoder] version = "0.2.1" optional = true [dev-dependencies.glium] version = "0.31.0" [features] default = ["jpeg"] jpeg = ["jpeg-decoder"]