[package] name = "wcp" version = "0.1.5" authors = ["Remi Bernotavicius "] edition = "2018" license = "MIT/Apache-2.0" repository = "https://github.com/bobbobbio/wcp" homepage = "https://github.com/bobbobbio/wcp" description = "Command-line tool for downloading files via HTTP" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] http_io = "0.2.16" indicatif = "0.13.0" structopt = "0.3.7" [dev-dependencies] tempfile = "3.1.0"