shirodl 0.1.2

An async download library for massive batch of urls downloading.
Documentation
[[example]]
name = "shirodl"
[dependencies.async-std]
version = "1.9.0"

[dependencies.blake3]
version = "1.0.0"

[dependencies.reqwest]
features = ["socks"]
version = "^0.11"

[dependencies.tokio]
features = ["full"]
version = "1.9.0"
[dev-dependencies.clap]
features = ["suggestions", "color", "derive"]
version = "3.0.0-beta.2"

[dev-dependencies.console]
version = "0.14.1"

[dev-dependencies.indicatif]
version = "0.16.2"

[lib]
name = "shirodl"

[package]
categories = ["command-line-utilities", "web-programming::http-client", "asynchronous"]
description = "An async download library for massive batch of urls downloading."
edition = "2018"
homepage = "https://github.com/Oyami-Srk/shirodl"
include = ["**/*.rs", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["download", "async", "tool"]
license-file = "LICENSE"
name = "shirodl"
readme = "README.md"
repository = "https://github.com/Oyami-Srk/shirodl"
version = "0.1.2"