# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "install-framework-gui" version = "1.0.0" authors = ["Yuri Edward "] description = "[Install Framework] GUI interface powered by iced" keywords = ["framework", "install"] categories = ["development-tools"] license = "MIT" repository = "https://gitlab.com/Yuri6037/install-framework" [dependencies.async-channel] version = "1.6.1" [dependencies.crossbeam] version = "0.8.0" [dependencies.iced] version = "0.3.0" [dependencies.iced_futures] version = "0.3.0" [dependencies.iced_native] version = "0.3.0" [dependencies.install-framework-base] version = "1.0.0" [dependencies.install-framework-core] version = "1.0.0" [dependencies.reqwest] version = "0.11.2" features = ["blocking"] [dependencies.zip] version = "0.5.11" [features] keep-cache = ["install-framework-base/keep-cache"]