liftinstall/Cargo.toml

40 lines
815 B
TOML
Raw Normal View History

2018-01-26 12:29:28 +00:00
[package]
2018-01-31 06:14:31 +00:00
name = "liftinstall"
2018-01-26 12:29:28 +00:00
version = "0.1.0"
authors = ["James <jselby@jselby.net>"]
2018-01-31 06:14:31 +00:00
repository = "https://github.com/j-selby/liftinstall.git"
documentation = "https://liftinstall.jselby.net"
description = "An adaptable installer for your application."
2018-01-26 12:29:28 +00:00
[dependencies]
web-view = "0.1.2"
hyper = "0.11.15"
hyper-tls = "0.1.2"
tokio-core = "*"
futures = "*"
mime_guess = "1.8.3"
2018-01-29 10:57:06 +00:00
url = "*"
2018-01-26 12:29:28 +00:00
2018-01-30 04:53:28 +00:00
reqwest = "0.8.4"
number_prefix = "0.2.7"
2018-01-30 07:29:34 +00:00
includedir = {git = "https://github.com/j-selby/includedir.git", rev="4e25ad8"}
2018-01-26 12:29:28 +00:00
phf = "0.7.21"
2018-01-27 03:27:41 +00:00
serde = "1.0.27"
serde_derive = "1.0.27"
serde_json = "1.0.9"
toml = "0.4"
2018-01-27 04:02:49 +00:00
nfd = "0.0.4"
2018-01-31 03:36:29 +00:00
semver = {version = "0.9.0", features = ["serde"]}
2018-01-29 12:28:14 +00:00
regex = "0.2"
2018-01-30 07:29:34 +00:00
zip = "0.2.8"
2018-01-26 12:29:28 +00:00
[build-dependencies]
2018-01-30 07:29:34 +00:00
includedir_codegen = {git = "https://github.com/j-selby/includedir.git", rev="e6db212"}