# 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 = "2021" name = "file-retriever" version = "0.1.1" description = "Concurrent download library with progress bar" documentation = "https://docs.rs/file-retriever" readme = "README.md" keywords = [ "file_downloader", "downloader", "download", "requests", "http", ] categories = [ "web-programming::http-client", "asynchronous", ] license = "MIT" repository = "https://github.com/bigb4ng/file-retriever" [dependencies.indicatif] version = "0.17.8" features = ["tokio"] [dependencies.reqwest] version = "0.12.3" [dependencies.tokio] version = "1.37.0" features = [ "io-std", "fs", "bytes", "macros", "rt", "rt-multi-thread", ] [dev-dependencies.argh] version = "0.1.12" [dev-dependencies.http] version = "1.1.0" [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.37.0" features = [ "io-std", "fs", "bytes", "macros", "rt", "rt-multi-thread", "sync", ] [dev-dependencies.url] version = "2.5.0"