# 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 = "2021" name = "wincam" version = "0.1.3" authors = ["Varga Marcell "] build = false exclude = ["/image.bmp"] autobins = false autoexamples = false autotests = false autobenches = false description = "This create aims to crate an easy way to capture images." readme = "README.md" keywords = [ "webcam", "camera", "image", "cam", ] categories = [ "graphics", "hardware-support", ] license = "MIT" repository = "https://github.com/marci1175/wincam" [lib] name = "wincam" path = "src/lib.rs" [[bin]] name = "wincam" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.image] version = "0.25.2" [dependencies.opencv] version = "0.92.2" [dependencies.serial_test] version = "3.1.1"