# 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 = "prusacam" version = "1.0.0" description = "This is a simple daemon that periodically grabs images from local webcams and uploads them to Prusa Connect." homepage = "https://github.com/spotzero/prusacam" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/spotzero/prusacam" [profile.release] debug = 0 [dependencies.image] version = "0.24.9" [dependencies.rppal] version = "0.17.1" [dependencies.rscam] version = "0.5.5" features = ["no_wrapper"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.32" [dependencies.signal-hook] version = "0.3.17" [dependencies.ureq] version = "2.9.6" features = ["json"]