[package] name = "camera" version = "0.1.0" authors = ["Danilo Guanabara "] edition = "2018" license = "Apache-2.0" description = "A camera library" documentation = "https://docs.rs/camera" repository = "https://github.com/notdanilo/camera" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] camera_capture = "0.5.0" # Replace it with something actively maintained. image = "0.17.0" # Really old version. Used because camera_capture uses it. [dev-dependencies] gpu = { path = "libs/gpu" }