wicrs_server 0.7.1

A server/channel based chat handler backend.
Documentation
[package]
name = "wicrs_server"
version = "0.7.1"
authors = ["willemml <willem@leit.so>"]
edition = "2018"
license = "GPL-3.0"
description = "A server/channel based chat handler backend."
repository = "https://github.com/wicrs/server"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = "0.13"
oauth2 = "3.0"
rand = "0.7"
reqwest = { version = "0.10", features = ["json"] }
serde = "1.0"
serde_json = "1.0"
sha3 = "0.9"
serde_with = "1.6"
tokio = { version = "0.2", features = ["macros", "fs"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
actix-web = "3"
rayon = "1.5"
async-trait = "0.1"
futures = "0.3"
lazy_static = "1.4"
thiserror = "1.0"