wicrs_server 0.9.2

A server/channel based chat handler backend.
Documentation
[package]
name = "wicrs_server"
version = "0.9.2"
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"
bincode = "1.3.2"
tantivy = "0.14.0"
sha3 = "0.9"
tokio = { version = "0.2", features = ["macros", "fs", "time"] }
uuid = { version = "0.8", features = ["serde", "v4"] }
actix = "0.10"
actix-web = "3"
actix-web-actors = "3"
futures = "0.3"
parse-display = "0.4"

[profile.release]
lto = true