2026-03-23 18:31:11 +01:00
|
|
|
[package]
|
2026-04-11 00:10:38 -04:00
|
|
|
name = "noxa-fetch"
|
2026-04-01 18:04:55 +02:00
|
|
|
description = "HTTP client with browser TLS fingerprint impersonation via wreq"
|
2026-03-23 18:31:11 +01:00
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-04-11 00:10:38 -04:00
|
|
|
noxa-core = { workspace = true }
|
|
|
|
|
noxa-pdf = { path = "../noxa-pdf" }
|
2026-03-23 18:31:11 +01:00
|
|
|
serde = { workspace = true }
|
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
tracing = { workspace = true }
|
|
|
|
|
tokio = { workspace = true }
|
2026-04-01 18:04:55 +02:00
|
|
|
wreq = { version = "6.0.0-rc.28", features = ["cookies", "gzip", "brotli", "zstd", "deflate"] }
|
|
|
|
|
http = "1"
|
|
|
|
|
bytes = "1"
|
2026-03-23 18:31:11 +01:00
|
|
|
url = "2"
|
|
|
|
|
rand = "0.8"
|
|
|
|
|
quick-xml = { version = "0.37", features = ["serde"] }
|
|
|
|
|
serde_json.workspace = true
|
2026-03-26 15:28:23 +01:00
|
|
|
calamine = "0.34"
|
|
|
|
|
zip = "2"
|
2026-03-23 18:31:11 +01:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tempfile = "3"
|