[package] name = "install-framework-base" version = "1.0.0" authors = ["Yuri Edward "] edition = "2018" description = "[Install Framework] Official generic interface implementation" 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" } reqwest = { version = "0.11.2", features = ["blocking"] } zip = "0.5.11" tempfile = "3.2.0" winapi = { version = "0.3.9", features = ["shobjidl_core"] } [features] keep-cache = []