[[bin]]
name = "furl"
path = "src/main.rs"
[dependencies]
[lib]
name = "furl_cli"
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.1.0"