[package] name = "u_panel" version = "0.1.0" authors = ["plazmoid "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.2.0", features = ["macros", "rt-multi-thread", "process"] } structopt = "0.3.21" log = "^0.4" env_logger = "0.7.1" uuid = "0.6.5" reqwest = { version = "0.11", features = ["json"] } openssl = "*" u_lib = { version = "*", path = "../../lib/u_lib" }