[package] name = "webget" version = "0.1.0" authors = ["Melody Horn "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" fehler = "1" futures = "0.3.13" hyper = { version = "0.14.5", features = ["client", "http1", "runtime", "stream"] } hyper-rustls = "0.22.1" mime2ext = "0.1.2" tokio = { version = "1", features = ["full"] } structopt = "0.3.21"