# 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 = "photo_shoop" version = "0.1.9" description = "A Rust server that recursively finds photos in \"./\" and serves them as a zero-UI slideshow at localhost:4015." homepage = "https://github.com/isaaclyman/PhotoShoop" readme = "README.md" keywords = [ "photo", "slideshow", "kids", ] license-file = "LICENSE" repository = "https://github.com/isaaclyman/PhotoShoop" [dependencies.actix-files] version = "0.6.2" [dependencies.actix-web] version = "4.3.1" [dependencies.rand] version = "0.8.5" [dependencies.walkdir] version = "2.3.3"