# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ppcore" version = "0.2.2" authors = ["范辉 "] description = "A lightweight private-cloud solution." homepage = "https://gitee.com/kt10/ppstack" keywords = ["cloud", "container", "vm"] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitee.com/kt10/ppstack.git" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.myutil] version = "0.2" [dependencies.nix] version = "0.18" [dependencies.parking_lot] version = "0.11" [dependencies.ppcore_def] version = "0.2" [features] backing_file = [] default = ["backing_file"] testmock = [] zfs_snapshot = []