# 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 = "stiglpc-server" version = "0.1.2" authors = [ "StiglCZ", "Luna Driver", ] description = "The server for StiglPC. A chat platform" readme = "README.md" license = "Unlicense" repository = "https://git.lpts.dev/StiglPC/StiglPC-Server" [profile.release] opt-level = 3 lto = true strip = true [dependencies.actix-web] version = "4" [dependencies.actix-ws] version = "0.2.5" [dependencies.chrono] version = "0.4.24" [dependencies.futures] version = "0.3.28" [dependencies.rouille] version = "3.6.2" [dependencies.tokio] version = "1" features = [ "rt", "time", "macros", ] [dependencies.uuid] version = "1.3.2" features = [ "v4", "fast-rng", ]