[package] name = "sidx" version = "0.1.0" edition = "2024" [dependencies] anyhow = "1.0.98" clap = "4.5.35" futures = "0.3.31" reqwest = "0.12.15" rusqlite = "0.34.0" scraper = "0.23.1" serde_json = "1.0.140" snix-castore = { version = "0.1.0", git = "https://git.snix.dev/snix/snix.git" } tokio = "1.44.2" tokio-stream = "0.1.17" tokio-util = "0.7.14" url = "2.5.4"