# 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 = "ppproxy" 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.async-std] version = "1.6.3" [dependencies.clap] version = "2.33" [dependencies.lazy_static] version = "1.4" [dependencies.myutil] version = "0.2" [dependencies.parking_lot] version = "0.11" [dependencies.ppserver_def] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.nix] version = "0.18" [dev-dependencies.ppserver] version = "0.2" [features] default = [] testmock = ["ppserver/testmock"]