This commit is contained in:
Simon
2025-05-31 09:28:30 +00:00
parent f0fcd91545
commit 96b914fb2e
11 changed files with 859 additions and 1 deletions

25
Cargo.toml Normal file
View File

@@ -0,0 +1,25 @@
[package]
name = "hottub"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.88"
awc = "3.7.0"
env_logger = "0.11.8"
error-chain = "0.12.4"
futures = "0.3.31"
html5ever = "0.31.0"
htmlentity = "1.3.2"
markup5ever_rcdom = "0.3.0"
ntex = { version = "2.0", features = ["tokio", "openssl"] }
ntex-files = "2.0.0"
once_cell = "1.21.3"
openssl = "0.10.73"
reqwest = { version = "0.12.18", features = ["blocking", "json", "rustls-tls"] }
serde = "1.0.219"
serde_json = "1.0.140"
skyscraper = "0.6.4"
sxd-document = "0.3.2"
sxd-xpath = "0.4.2"