-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (32 loc) · 749 Bytes
/
Cargo.toml
File metadata and controls
35 lines (32 loc) · 749 Bytes
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
[package]
name = "HackerXAPI"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.7"
axum-extra = { version = "0.9", features = ["typed-header"] }
tokio = { version = "1.37", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12", features = ["json", "blocking", "stream","__tls"] }
headers = "0.4"
pdf-extract = "0.7"
tracing = "0.1"
tracing-subscriber = "0.3"
anyhow = "1.0.98"
lopdf = "0.32"
dotenvy = "0.15"
regex = "1.11.1"
chrono = "0.4"
rayon = "1.5"
futures = "0.3"
poppler-rs = "0.23"
url = "2.5.4"
num_cpus = "1.16"
mysql = "24.0"
once_cell = "1.19"
docx-rs = "0.4"
calamine = "0.22"
printpdf = "0.6"
zip = "0.6"
uuid = { version = "1.17.0", features = ["v4"] }