[package] authors = ["raven "] edition = "2018" name = "spa-server" version = "0.1.0" repository = "https://github.com/avalon1610/spa-server.git" 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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-cors = "0.5" actix-files = "0.6.0-beta.2" actix-identity = "0.3" actix-web = "4.0.0-beta.3" include-flate = {version = "0.1", features = ["stable"]} log = "0.4" rand = "0.8" spa-server-derive = "0.1" time = "0.2" serde = "1.0" [patch.crates-io] actix-cors = {path = "patch_cors"} actix-identity = {path = "patch_identity"}