-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
45 lines (43 loc) · 1.12 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
42
43
44
45
[package]
name = "unc-ai-surveillance-system-server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.21.0", features = ["rt", "rt-multi-thread"] }
actix-web = "4.2.1"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
serde_json = "1.0"
diesel = { version = "2.0.4", features = [
"postgres",
"r2d2",
"uuid",
"chrono",
] }
base64 = "0.21.0"
just-argon2 = "1.2.0"
uuid = { version = "1.1.2", features = ["serde", "v4"] }
chrono = { version = "0.4.22", features = ["serde"] }
jsonwebtoken = "8.1.1"
seq-macro = "0.3"
xxhash-rust = { version = "0.8.6", features = ["xxh3"] }
aes-gcm = "0.10.1"
ring = "0.16.20"
image = "0.24.6"
dotenvy = "0.15.7"
imageproc = "0.23.0"
rusttype = "0.9.3"
fastrand = "1.9.0"
actix-multipart = "0.6.0"
futures-util = "0.3.28"
actix = "0.13.0"
actix-web-actors = "4.2.0"
mime = "0.3.17"
serde_cbor = "0.11.2"
diesel_derives = "2.0.2"
opencv = "0.81.3"
ndarray = "0.15.6"
ort = { version = "1.14.6", features = ["tensorrt"] }
#wgpu = "0.14.2"
#opencv = "0.74.2"