liftinstall/Cargo.toml
2019-12-07 22:35:37 +00:00

59 lines
1.1 KiB
TOML

[package]
name = "liftinstall"
version = "0.2.0"
authors = ["James <jselby@jselby.net>"]
repository = "https://github.com/j-selby/liftinstall.git"
documentation = "https://liftinstall.jselby.net"
description = "An adaptable installer for your application."
build = "build.rs"
[dependencies]
web-view = {git = "https://github.com/j-selby/web-view.git", rev = "752106e4637356cbdb39a0bf1113ea3ae8a14243"}
hyper = "0.11.27"
futures = "0.1.29"
mime_guess = "2.0"
url = "2.1"
reqwest = "0.9.22"
number_prefix = "0.3"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
toml = "0.5"
semver = {version = "0.9", features = ["serde"]}
regex = "1.3"
dirs = "2.0"
zip = "0.5"
xz2 = "0.1"
tar = "0.4"
log = "0.4"
fern = "0.5"
chrono = "0.4"
clap = "2.33"
[build-dependencies]
walkdir = "2.2"
serde = "1.0"
serde_derive = "1.0"
toml = "0.5"
which = "3.1"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["psapi", "winbase", "winioctl", "winnt"] }
widestring = "0.4.0"
[target.'cfg(not(windows))'.dependencies]
sysinfo = "0.9"
slug = "0.1"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"
cc = "1.0"