-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
38 lines (37 loc) · 985 Bytes
/
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
[package]
name = "aurora"
version = "0.1.0"
edition = "2021"
authors = ["Floris @ [email protected]"]
[dependencies]
actix-cors = "0.7.0"
actix-files = "0.6.6"
actix-multipart = "0.7.2"
actix-web = "4.9.0"
anyhow = "1.0.96"
chrono = "0.4.39"
csv = "1.3.1"
dotenv = "0.15.0"
hasher = "0.1.4"
iban = "0.1.7"
lopdf = "0.35.0"
mime_guess = "2.0.5"
moka = { version = "0.12.10", features = ["future"] }
pdf = "0.9.0"
pdf-extract = "0.8.2"
pdfium-render = "0.8.28"
printpdf = "0.7.0"
qsv = { version = "3.0.0", features = ["apply", "feature_capable", "polars", "to", "ui"] }
regex = "1.11.1"
reqwest = "0.12.12"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"
sha2 = "0.10.8"
supabase_rs = "0.4.0"
tesseract-sys = "0.6.1"
textwrap = "0.16.1"
tokio = { version = "1.43.0", features = ["full"] }
tracing = "0.1.41"
tracing-actix-web = "0.7.15"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
uuid = { version = "1.14.0", features = ["v4"] }