# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "spa-server" version = "0.1.0" authors = ["raven "] description = "a library used to embed all the SPA web application files, and release as a single binary executable" license = "MIT OR Apache-2.0" repository = "https://github.com/avalon1610/spa-server.git" [dependencies.actix-cors] version = "0.5" [dependencies.actix-files] version = "0.6.0-beta.2" [dependencies.actix-identity] version = "0.3" [dependencies.actix-web] version = "4.0.0-beta.3" [dependencies.include-flate] version = "0.1" features = ["stable"] [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.spa-server-derive] version = "0.1" [dependencies.time] version = "0.2"