# 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 = "chatrs" version = "0.1.0" authors = ["Edgar <regalado.correo@gmail.com>"] description = "Chat server on browser using actix and websockets" license = "GPL-2.0-or-later" resolver = "2" [dependencies.actix] version = "0.10.0" [dependencies.actix-files] version = "0.5" [dependencies.actix-web] version = "3" [dependencies.actix-web-actors] version = "3.0.0" [dependencies.handlebars] version = "4.1.5" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio-postgres] version = "0.7.5"