hyperfetch 0.1.3

A superfast multithreaded downloader
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "hyperfetch"
version = "0.1.3"
authors = ["Tarush Mohindru <tarushmohindru1515@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A superfast multithreaded downloader"
readme = "README.md"
keywords = [
    "downloader",
    "multithreaded",
    "fast",
    "async",
    "high-speed",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/tarushmohindru/hyperfetch"

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

[[bin]]
name = "hyperfetch"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.bytes]
version = "1.10.1"

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

[dependencies.console]
version = "0.16.0"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.infer]
version = "0.19.0"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "json",
    "gzip",
    "brotli",
    "deflate",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.thiserror]
version = "2.0.15"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.url]
version = "2.5.4"