2026-03-23 18:31:11 +01:00
|
|
|
[package]
|
|
|
|
|
name = "webclaw-fetch"
|
2026-03-29 16:40:10 +02:00
|
|
|
description = "HTTP client with browser TLS fingerprint impersonation via webclaw-http"
|
2026-03-23 18:31:11 +01:00
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
webclaw-core = { workspace = true }
|
|
|
|
|
webclaw-pdf = { path = "../webclaw-pdf" }
|
|
|
|
|
serde = { workspace = true }
|
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
tracing = { workspace = true }
|
|
|
|
|
tokio = { workspace = true }
|
2026-03-29 16:40:10 +02:00
|
|
|
webclaw-http = { git = "https://github.com/0xMassi/webclaw-tls" }
|
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"
|
2026-03-30 12:09:50 +02:00
|
|
|
http = "1"
|