# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "camera_capture" version = "0.5.0" authors = ["Oliver Schneider "] build = "build.rs" description = "capture webcam images on linux and windows" keywords = ["webcam", "v4l", "capture", "camera", "mf"] license = "MIT" repository = "https://github.com/oli-obk/camera_capture" [dependencies.image] version = "0.17.0" [dev-dependencies.piston_window] version = "0.73.0" [dev-dependencies.piston-texture] version = "0.6.0" [build-dependencies.pkg-config] version = "0.3.9" [target."cfg(windows)".dependencies.lazy_static] version = "0.2.10" [target."cfg(windows)".dependencies.escapi] version = "3.0.5" [target."cfg(unix)".dependencies.rscam] version = "0.5.3"