[package]
name = "catch"
version = "0.1.2"
edition = "2024"
authors = ["Ariel Zvinowanda <taperazvi@gmail.com>"]
description = "A downloader + pinger with secure DLB/DQB storage"
license = "MIT"
repository = "https://github.com/Kazan20/catch"
[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
clap = { version = "4.5", features = ["derive"] }
flate2 = "1.0"
rand = "0.8"
chrono = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.40", features = ["full"] }
socket2 = "0.5"
sha2 = "0.10"
calcbits = "0.1.0"
[dev-dependencies]
assert_cmd = "2.0"