steal 0.1.1

A CLI tool for multipart downloading.
Documentation
[dependencies.bytes]
version = "1.5.0"

[dependencies.clap]
features = ["cargo"]
version = "4.5.1"

[dependencies.futures]
version = "0.3.30"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.reqwest]
features = ["stream"]
version = "0.12.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.114"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.36.0"

[dev-dependencies.tempfile]
version = "3.10.1"

[package]
description = "A CLI tool for multipart downloading."
edition = "2021"
homepage = "https://github.com/Isaac-Fate/steal"
license = "Apache-2.0"
name = "steal"
readme = "README.md"
repository = "https://github.com/Isaac-Fate/steal"
version = "0.1.1"