[package] name = "dhref" version = "0.2.0" authors = ["l-const "] edition = "2018" license = "MIT" repository = "https://github.com/l-const/dhref" description = "Download files embed to a page through relative/root-relative URLs, from your terminal." categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nipper = "0.1.9" reqwest = { version = "0.11" , features = ["blocking"] } tokio = { version = "1.4.0", features = ["full"] } futures = "0.3.12" clap = "2.33.3"