# 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 = "downloader-for-babylonia-terminal" version = "0.1.0" authors = [ "Tobias Hunger ", "ALEZ-DEV ", ] description = "A simple way to download things via HTTP/HTTPS" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/ALEZ-DEV/downloader" [dependencies.digest] version = "0.10.1" optional = true [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17.2" optional = true [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.23" features = [ "rt-multi-thread", "time", ] [dev-dependencies.sha3] version = "0.10.0" [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"] tui = ["indicatif"] verify = ["digest"]