# 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 = "2018" name = "traxex" version = "0.2.1" authors = ["Zhishan Zhang"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to download files through url link." readme = "README.md" license = "MIT" repository = "https://github.com/zhangzhishan/traxex/tree/master" [lib] name = "lib_traxex" path = "src/lib.rs" [[bin]] name = "traxex" path = "src/main.rs" [[test]] name = "download_test" path = "tests/download_test.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = [ "derive", "env", "wrap_help", ] [dependencies.indicatif] version = "0.17.8" [dependencies.reqwest] version = "0.12.7" features = ["blocking"] [dependencies.tracing] version = "0.1"