ttproxy 0.2.23

Lightweight private cloud solution for SME scenarios.
Documentation
[package]
name = "ttproxy"
version = "0.2.23"

edition = "2018"
authors = ["FanHui <fanhui.x@gmail.com>", "FanHui <hui.fan@mail.ru>"]
description = "Lightweight private cloud solution for SME scenarios."
license = "MIT OR Apache-2.0"
keywords = ["openstack", "k8s", "kvm", "cloud"]
categories = ["command-line-utilities"]
homepage = "https://github.com/ktmlm/TTstack"
repository = "https://github.com/ktmlm/TTstack.git"

[dependencies]
clap = "2.33"
lazy_static = "1.4"
parking_lot = "0.11"

serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
flate2 = "1.0"

async-std = "1.6.3"
myutil = "0.2"

ttserver_def = { path = "../server_def", version = "0.2" }

[dev-dependencies]
nix = "0.18"
ttserver = { path = "../server", version = "0.2" }

[features]
default = []
testmock = [ "ttserver/testmock" ]