[package] name = "capture" version = "0.1.0" authors = ["l1npengtul "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["nokhwa/default"] input-msmf = ["nokhwa/input-msmf"] input-v4l = ["nokhwa/input-v4l"] input-uvc = ["nokhwa/input-uvc"] input-opencv = ["nokhwa/input-opencv"] input-gst = ["nokhwa/input-gst"] input-avfoundation = ["nokhwa/input-avfoundation"] [dependencies] clap = "2.33.3" glium = "0.30.0" glutin = "0.27.0" flume = "0.10.9" # Use these as you need [dependencies.nokhwa] path = "../../../nokhwa"