[package] name = "ppcore" version = "0.2.2" authors = ["范辉 "] edition = "2018" description = "A lightweight private-cloud solution." keywords = ["cloud", "container", "vm"] categories = ["command-line-utilities"] license = "MIT" homepage = "https://gitee.com/kt10/ppstack" repository = "https://gitee.com/kt10/ppstack.git" [dependencies] nix = "0.18" libc = "0.2" lazy_static = "1.4" parking_lot = "0.11" ppcore_def = { version = "0.2", path = "../core_def" } myutil = "0.2" [features] default = [ "backing_file" ] testmock = [] zfs_snapshot = [] backing_file = []