[package] name = "dlzip" version = "0.1.1" authors = ["matthew wozniak "] license = "MIT" repository = "https://github.com/wozniak/dlzip" homepage = "https://github.com/wozniak/dlzip" description = "A command line tool to download and unzip .zip files" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = "0.11.1" number_prefix = "0.4.0" bytes = "1.0.1" zip = "0.5.11" tokio = { version = "1", features = ["full"] }