traxex 0.2.0

A library to download files through url link.
Documentation
[[bin]]
name = "traxex"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.clap]
features = ["derive", "env", "wrap_help"]
version = "4.5.16"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12.7"

[dependencies.tracing]
version = "0.1"

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

[package]
authors = ["Zhishan Zhang<zhangzhishanlo@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library to download files through url link."
edition = "2018"
license = "MIT"
name = "traxex"
readme = "README.md"
repository = "https://github.com/zhangzhishan/traxex/tree/master"
version = "0.2.0"

[[test]]
name = "download_test"
path = "tests/download_test.rs"