# 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 = "random-wall" version = "1.0.0" authors = ["Hipy Cas "] exclude = ["exampleconf.png"] description = "A simple web server written with Rust to use local a local folder for the Random Wallpaper GNOME extension" homepage = "https://codeberg.org/HipyCas/random-wall/" documentation = "https://codeberg.org/HipyCas/random-wall/src/branch/main/README.md" readme = "README.md" keywords = [ "wallpaper", "gnome", "extension", "server", ] license = "GPL-3.0-only" license-file = "LICENSE" repository = "https://codeberg.org/HipyCas/random-wall/" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.rocket] version = "0.5.0-rc.2" features = [ "http2", "json", ] [dependencies.serde] version = "1.0.152"