kelpsget 0.1.0

A modern, lightweight wget clone written in Rust for fast and reliable file downloads from the command line.
[[bin]]
name = "kelpsget"
path = "src/main.rs"

[dependencies.clap]
version = "2.26.0"

[dependencies.console]
version = "0.15.11"

[dependencies.humansize]
version = "2.1.3"

[dependencies.indicatif]
features = ["rayon"]
version = "0.17.11"

[dependencies.mime]
version = "0.3.17"

[dependencies.reqwest]
features = ["blocking", "stream"]
version = "0.12.12"

[package]
authors = ["Davi Moreira Fuzatto <davimoreiraf@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A modern, lightweight wget clone written in Rust for fast and reliable file downloads from the command line."
edition = "2024"
homepage = "https://github.com/davimf721/KelpsGet"
keywords = ["cli", "download", "files"]
license = "MIT"
name = "kelpsget"
readme = "README.md"
repository = "https://github.com/davimf721/KelpsGet"
version = "0.1.0"