chore: remove 17 unused Rust dependencies from scraper

This commit is contained in:
asepharyana
2026-07-22 14:12:58 +07:00
parent cd4e3aee20
commit 4cd04410cf
2 changed files with 2 additions and 307 deletions
+1 -19
View File
@@ -30,52 +30,34 @@ bytes = "1.11.0"
futures = "0.3"
reqwest = { version = "0.12.28", features = ["json", "stream", "multipart"] }
http = "1.4.0"
sha1 = "0.10.6"
data-url = "0.3.2"
base64 = "0.22.1"
tokio-util = { version = "0.7.18", features = ["codec"] }
async-trait = "0.1.89"
regex = "1.12.2"
infer = "0.19.0"
urlencoding = "2.1"
url = "2.5.8"
rand = "0.8"
tempfile = "3.24.0"
mime_guess = "2.0.5"
tower-http = { version = "0.6.8", features = ["fs", "cors", "compression-gzip", "compression-br", "compression-zstd"] }
backoff = { version = "0.4", features = ["futures", "tokio"] }
dashmap = "6.1"
deadpool-redis = { version = "0.22.1", features = ["serde"] }
rayon = "1.11"
tl = "0.7.8"
tower = { version = "0.5", features = ["make"] }
scraper = "0.25.0"
flate2 = "1.1"
redis = { version = "0.32.7", features = ["tokio-rustls-comp", "safe_iterators"] }
thiserror = "2.0.18"
itertools = "0.14"
clap = { version = "4.5", features = ["derive"] }
config = { version = "0.15.19", features = ["toml"] }
governor = "0.10.4"
tokio-cron-scheduler = "0.15.1"
hex = "0.4.3"
hmac = "0.12.1"
sha2 = "0.10.9"
log = "0.4"
walkdir = "2.5"
utoipa = { version = "5.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0", features = ["axum"] }
utoipa-axum = "0.2.0"
# OpenTelemetry metrics
opentelemetry = { version = "0.27", features = ["metrics"] }
opentelemetry_sdk = { version = "0.27", features = ["metrics", "rt-tokio"] }
opentelemetry-otlp = { version = "0.27", features = ["metrics"] }
opentelemetry-semantic-conventions = "0.27"
# Dependensi yang hanya dibutuhkan untuk build script (build.rs)