Files
ebay_scraper_rust/Cargo.toml

26 lines
652 B
TOML

[package]
name = "ebay_compute_scraper"
version = "0.1.0"
edition = "2021"
[dependencies]
mistralrs.git = "https://github.com/EricLBuehler/mistral.rs.git"
mistralrs.tag = "v0.3.4"
mistralrs.features = ["cuda", "cudnn"]
scraper = "0.19.0"
log = "0.4.21"
anyhow = { version = "1.0.82", features = ["backtrace", "std"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
regex = "1.10.4"
reqwest = { version = "0.12.3", features = ["blocking"] }
test-log = { version = "0.2.16", features = ["color", "log", "trace"] }
strum = { version = "0.26.3", features = [
"std",
"derive",
"phf",
"strum_macros",
] }
tokio = "1.41.1"
image = "0.25.5"