# 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 = "captchacam" version = "1.1.2" authors = [ "LCH Cloud GmbH ", "Dominik Spitzli ", ] include = [ "**/*.rs", "Cargo.toml", ] description = "CaptchaCam is a command-line tool for controlling the camera and capturing images. It allows adjusting various parameters, such as delay before capturing, the filename of the captured image, choosing the camera by name or number, and much more." homepage = "https://github.com/LCH-Cloud/CaptchaCam" documentation = "https://github.com/LCH-Cloud/CaptchaCam/wiki" readme = "README.md" keywords = [ "command-line-app", "camera", "camera-image", "command-line-tool", "camera-control", ] categories = ["command-line-utilities"] license = "Apache-2.0" license-file = "LICENSE.md" repository = "https://github.com/LCH-Cloud/CaptchaCam" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.image] version = "0.24.6" [dependencies.nokhwa] version = "0.10.4" features = ["input-native"] [dependencies.self_update] version = "0.37.0" features = ["rustls"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17"