-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCargo.toml
41 lines (38 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
41
[package]
name = "hiwrite"
version = "0.0.1"
authors = ["nautical <[email protected]>"]
edition = "2018"
[dependencies]
actix-cors = "0.5.4"
actix-web = "3.3.2"
actix-ratelimit = "0.3.1"
argon2 = "0.2.4"
chrono = { version = "0.4", features = ["serde"] }
diesel = {version = "1.4.8", features= ["postgres","chrono","r2d2"]}
diesel_migrations = "1.4.0"
dotenv = "*"
env_logger = "0.8.4"
envy = "0.4"
handlebars = {version = "3.5.2", features = ["dir_source"]}
rand_core = { version = "0.6", features = ["std"] }
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0.60"
serde_derive = "1.0.152"
notify = "4.0.16"
thiserror = "1.0.22"
log = "0.4.0"
jsonwebtoken = "7.2.0"
uuid = {version = "0.8", features=["serde", "v4"]}
futures = "*"
time = "0.2.23"
zip = "0.6.3"
toml = "0.6.0"
libloading = "0.7"
is_superuser = "1.0.1"
openssl = { version = "0.10", features = ["vendored"] }
openssl-sys = "0.9.78"
[dev-dependencies]
actix-rt = "2.2.0"
[build-dependencies]
paperclip = { version = "0.5", features = ["v2", "codegen"] }