[package]
name = "dnld"
version = "0.3.3"
edition = "2024"
description = "Rust library for simple downloading"
repository = "https://github.com/qtfkwk/dnld"
license = "MIT"
[dependencies]
anyhow = "1.0.100"
bytes = "1.10.1"
reqwest = { version = "0.12.24", features = ["blocking"] }