[package] name = "http-dl-util" version = "0.1.1" edition = "2021" authors = ["Atharva Nandanwar ",] description = "utility to download http links to a location" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] iced = { version = "0.6.0", features = ["tokio"] } iced_futures = "0.5.1" iced_native = "0.7.0" url = { version = "2.3.1", features = ["serde"] } percent-encoding = "2.2.0" native-dialog = "0.6.3" [dependencies.reqwest] version = "0.11" default-features = false features = ["rustls-tls"]