# 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 = "simple_image_interface" version = "0.1.6" authors = ["scepter914 "] exclude = ["data/*"] description = "Simple image interface with pictures, video, and camera." documentation = "https://docs.rs/simple_image_interface" readme = "README.md" keywords = [ "camera", "video", "image", "webcam", ] license = "MIT" repository = "https://github.com/scepter914/simple_image_interface" [dependencies.ffmpeg-next] version = "6.1.1" [dependencies.image] version = "0.24.7" [dependencies.log] version = "0.4.0" [dependencies.rscam] version = "0.5.5" [dependencies.simplelog] version = "0.12.1"