[package] name = "boostydownload" version = "0.5.1" edition = "2021" license = "MIT" repository = "https://github.com/crptmem/boostydownloader.git" description = "A simple application to bulk-download content from Boosty" [dependencies] imgdl-rs = "1.0.0" clap = { version = "4.5.1", features = ["derive"] } colored = "2.1.0" error-chain = "0.12.4" log = { version = "0.4.20", features = ["max_level_info"] } rand = "0.8.5" reqwest = { version = "0.11.24", features = ["blocking", "json", "socks"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" tokio = { version = "1.36.0", features = ["full"] } futures = "0.3.30"