[package] name = "terradn" version = "0.2.0" authors = ["hosseind88 "] edition = "2018" description = "A downloader written in Rust." license = "MIT" readme = "README.md" repository = "https://github.com/hosseind88/terradn" [dependencies] indicatif = "0.15.0" console = "0.13.0" clap = "2.33.2" ftp = "3.0.1" threadpool = "1.8.1" failure = { version = "0.1.8", features = [] } url = "1.7.2" reqwest = {version = "0.10.8", features = ["blocking"]} [dev-dependencies] assert_cmd = "0.11" tiny_http = "0.6.2" assert_fs = "0.11" predicates = "1.0"