[package] name = "install-framework-gui" version = "1.0.0" authors = ["Yuri Edward "] edition = "2018" description = "[Install Framework] GUI interface powered by iced" license = "MIT" repository = "https://gitlab.com/Yuri6037/install-framework" keywords = ["framework", "install"] categories = ["development-tools"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] install-framework-core = { path = "../core", version = "1.0.0" } install-framework-base = { path = "../base", version = "1.0.0" } iced = "0.3.0" iced_native = "0.3.0" iced_futures = "0.3.0" reqwest = { version = "0.11.2", features = ["blocking"] } zip = "0.5.11" crossbeam = "0.8.0" async-channel = "1.6.1" [features] keep-cache = ["install-framework-base/keep-cache"]