libmaj 0.1.0

A library to create installers and updaters.
Documentation
# @Author: Lashermes Ronan <ronan>
# @Date:   24-07-2017
# @Email:  ronan.lashermes@inria.fr
# @Last modified by:   ronan
# @Last modified time: 26-07-2017
# @License: MIT



[package]
name = "libmaj"
version = "0.1.0"
authors = ["Artefaritaj <artefaritaj@0nline.fr>"]
description = "A library to create installers and updaters."
license = "MIT"
categories = ["development-tools"]
repository = "https://gitlab.com/Artefaritaj/maj"

[dependencies]
rand = "0.3"
tar = "0.4"
nom = "3.1"
tempdir = "0.3"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
rayon = "0.8"
xz2 = "0.1"
ring = "0.11"
fs_extra = "1.0"
untrusted = "0.5"
base64 = "0.6"
log = "0.3.*"
lazy_static = "0.2"
file-fetcher = "0.1"
semver = "0.7"
error-chain = "0.10"
url = "1.5"
#waiting for main crate to merge pull request
# app_dirs = { git = "https://github.com/TruputiGalvotas/app-dirs-rs.git" } # this is forbidden to publish

#app dirs dependencies
[target.'cfg(all(unix, not(target_os="macos")))'.dependencies]
xdg = "^2.0.0"

[target.'cfg(windows)'.dependencies]
ole32-sys = "^0.2.0"
shell32-sys = "^0.1.1"
winapi = "^0.2.8"