-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
40 lines (35 loc) · 1.03 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[package]
name = "cindy-next-rust"
version = "1.3.1"
authors = ["heyrict <[email protected]>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "*"
log = "^0.4"
env_logger = "^0.7"
regex = "1"
async-graphql = { version = "^4.0.12", features = ["chrono", "uuid", "unblock"]}
async-graphql-actix-web = "^4.0.12"
actix-web = "^4.0"
actix-cors = "^0.6"
actix-rt = "^2.7"
#actix-web-actors = "4.0.0-beta.4"
anyhow = "^1.0"
ring = "^0.16"
rand = "^0.7"
base64 = "^0.12"
uuid = { version = "^1.0", features = ["serde"] }
frank_jwt = "^3.1"
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
#bitflags = "^1.2"
tokio = { version = "^1.17", features = ["time", "sync", "rt", "fs"] }
tokio-stream = { version = "^0.1.8", features = ["sync"] }
tokio-util = { version = "^0.7.1", features = ["compat"] }
chrono = "^0.4"
futures = "^0.3.21"
diesel = { version = "^2.0.0", features = ["postgres", "r2d2", "chrono", "uuid"] }
byteorder = "^1.4"
lazy_static = "^1.4"