# 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" rust-version = "1.74" name = "syno-photo-frame" version = "0.12.1" authors = ["Piotr Karasinski"] exclude = [ ".*", "doc/", "Dockerfile", "dpkg/", "assets/*.xcf", ] description = "Full-screen slideshow for Synology Photos albums" readme = "README.md" keywords = [ "synology", "synology-photos", "digital-photo-frame", "slideshow", "raspberry-pi", ] license = "GPL-3.0-or-later" repository = "https://github.com/caleb9/syno-photo-frame" [dependencies.bytes] version = "1.*" [dependencies.clap] version = "4.*" features = [ "derive", "wrap_help", ] [dependencies.ctrlc] version = "3.*" features = ["termination"] [dependencies.image] version = "0.24.*" features = [ "jpeg", "png", ] default-features = false [dependencies.log] version = "0.4.*" [dependencies.rand] version = "0.8.*" [dependencies.regex] version = "1.*" [dependencies.reqwest] version = "0.11.*" features = [ "blocking", "cookies", "json", ] [dependencies.sdl2] version = "0.36.*" [dependencies.serde] version = "1.*" features = ["derive"] [dependencies.serde_json] version = "1.*" [dependencies.simple_logger] version = "4.*" [dev-dependencies.mock_instant] version = "0.3.*" [dev-dependencies.mockall] version = "0.12.*"