# @Author: Lashermes 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.6" authors = ["Artefaritaj "] description = "A library to create installers and updaters." license = "MIT" categories = ["development-tools"] repository = "https://gitlab.com/Artefaritaj/maj" keywords = ["update", "updater", "versions", "install", "installer"] edition = "2018" [dependencies] rand = "0.7" tar = "0.4" nom = "3.0" tempdir = "0.3" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" rayon = "1.0" xz2 = "0.1" ring = "0.16" fs_extra = "1.0" untrusted = "0.6" base64 = "0.10" log = "0.4" lazy_static = "1.4" file-fetcher = "0.1" semver = "0.9" error-chain = "0.12" symlink = "0.1" dirs = "1.0" #waiting for main crate to merge pull request # app_dirs = { git = "https://github.com/TruputiGalvotas/app-dirs-rs.git" } # this is forbidden to publish #embedded 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.3.3"