# 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 = "rslide" version = "0.1.0" description = "A web service that allows you to move through multiple html pages in the browser like a slide, even without focusing on the app console or the browser." readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/Jason5Lee/rslide" resolver = "2" [dependencies.actix] version = "0.10" [dependencies.actix-files] version = "0.5" [dependencies.actix-web] version = "3.3" [dependencies.actix-web-actors] version = "3" [dependencies.crossbeam] version = "0.8" [dependencies.dotenv] version = "0.15" [dependencies.envy] version = "0.4" [dependencies.humantime] version = "2.1" [dependencies.serde] version = "1.0" [dependencies.winapi] version = "0.3" features = ["winuser"]