# 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 = "mblue" version = "0.1.0" authors = ["daniloprevides@gmail.com"] description = "A web SSR framework" keywords = [ "web", "framework", "ssr", "server", "side", ] categories = [ "web", "framework", "ssr", "server-side-rendering", ] license = "LGPL-3.0-or-later" [dependencies.actix-files] version = "0.6.2" [dependencies.actix-multipart] version = "0.6.0" [dependencies.actix-web] version = "4" [dependencies.actix-web-lab] version = "0.19.1" [dependencies.futures-util] version = "0.3.25" features = ["std"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tera] version = "1" [dependencies.uuid] version = "1.3.3" features = [ "v4", "fast-rng", "macro-diagnostics", ]