# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "duma" version = "0.2.0" authors = ["Matt Gathu "] description = "A minimal file downloader" homepage = "https://github.com/mattgathu/duma" documentation = "https://github.com/mattgathu/duma" readme = "README.md" keywords = ["http", "client", "cli", "file", "download"] categories = ["web-programming::http-client", "command-line-utilities", "network-programming"] license = "MIT" repository = "https://github.com/mattgathu/duma" [dependencies.clap] version = "2.33.2" [dependencies.console] version = "0.13.0" [dependencies.failure] version = "0.1.8" features = [] [dependencies.ftp] version = "3.0.1" [dependencies.indicatif] version = "0.15.0" [dependencies.reqwest] version = "0.10.8" features = ["blocking"] [dependencies.threadpool] version = "1.8.1" [dependencies.url] version = "1.7.2" [dev-dependencies.assert_cmd] version = "0.11" [dev-dependencies.assert_fs] version = "0.11" [dev-dependencies.predicates] version = "1.0" [dev-dependencies.tiny_http] version = "0.6.2"