43 lines
1.2 KiB
TOML
43 lines
1.2 KiB
TOML
[package]
|
|
name = "backend"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
actix-cors = "0.7.1"
|
|
actix-files = "0.6.9"
|
|
actix-governor = "0.10.0"
|
|
actix-web = "4.14.0"
|
|
anyhow = "1.0.104"
|
|
async-trait = "0.1.89"
|
|
bytes = "1.12.1"
|
|
chrono = { version = "0.4.45", features = ["serde"] }
|
|
chromiumoxide = "0.9.1"
|
|
deadpool-postgres = { version = "0.14.1", features = ["serde"] }
|
|
dotenvy = "0.15.7"
|
|
futures = "0.3.32"
|
|
rand = "0.8.5"
|
|
regex = "1.13.1"
|
|
reqwest = { version = "0.13.4", features = ["json", "cookies", "gzip", "brotli", "socks", "form"] }
|
|
scraper = "0.24.0"
|
|
serde = { version = "1.0.229", features = ["derive"] }
|
|
serde_json = "1.0.151"
|
|
sha2 = "0.10.9"
|
|
tempfile = "3.27.0"
|
|
thiserror = "2.0.19"
|
|
tokio = { version = "1.53.1", features = ["full"] }
|
|
tokio-postgres = { version = "0.7.18", features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
|
|
tokio-util = { version = "0.7.18", features = ["rt"] }
|
|
tracing = "0.1.44"
|
|
tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json"] }
|
|
url = "2.5.8"
|
|
urlencoding = "2.1.3"
|
|
uuid = { version = "1.24.0", features = ["serde", "v4"] }
|
|
yt-transcript-rs = "0.1.8"
|
|
zeroize = "1.9.0"
|
|
rust_xlsxwriter = "0.96.0"
|
|
csv = "1.4.0"
|
|
|
|
[dev-dependencies]
|
|
actix-rt = "2.11.0"
|