[package] name = "liftinstall" version = "0.1.0" authors = ["James "] repository = "https://github.com/j-selby/liftinstall.git" documentation = "https://liftinstall.jselby.net" description = "An adaptable installer for your application." [dependencies] web-view = "0.1.2" hyper = "0.11.15" hyper-tls = "0.1.2" tokio-core = "*" futures = "*" mime_guess = "1.8.3" url = "*" reqwest = "0.8.4" number_prefix = "0.2.7" rust-embed = "1.1.1" log = "*" # Used by rust-embed's macros serde = "1.0.27" serde_derive = "1.0.27" serde_json = "1.0.9" toml = "0.4" nfd = "0.0.4" semver = {version = "0.9.0", features = ["serde"]} regex = "0.2" zip = "0.2.8"