furl-cli 0.4.1

A fast, multithreaded CLI downloader built in Rust.
Documentation
[[bin]]
name = "furl"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.53"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12.26"

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

[lib]
name = "furl_core"
path = "src/lib.rs"

[package]
authors = ["Sudip Ghimire"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming"]
description = "A fast, multithreaded CLI downloader built in Rust."
edition = "2024"
exclude = ["target/", "Cargo.lock", ".github/"]
homepage = "https://github.com/ghimiresdp/furl-cli"
keywords = ["downloader", "cli", "multithreaded", "http"]
license = "Apache-2.0"
name = "furl-cli"
readme = "README.md"
repository = "https://github.com/ghimiresdp/furl-cli"
version = "0.4.1"