]> git.proxmox.com Git - pve-xtermjs.git/blobdiff - Cargo.toml
update proxmox-sys to 0.5
[pve-xtermjs.git] / Cargo.toml
index ffd72b2194589dc46b91499244d9848e4c08f22f..b9479be1892723e65c42705b6182176d84a3cec2 100644 (file)
@@ -1,8 +1,9 @@
 [package]
 name = "termproxy"
-version = "4.12.0"
+description = "Execute a terminal command and proxy I/O via network"
+version = "4.16.0"
 authors = [
-    "Dominik Csapak <d.csapak@proxmox.com>",
+    "Proxmox Support Team <support@proxmox.com>",
     "for xterm.js parts: The xterm.js authors <https://github.com/xtermjs/xterm.js>",
 ]
 edition = "2018"
@@ -11,7 +12,10 @@ license = "AGPL-3"
 exclude = [ "build", "debian" ]
 
 [dependencies]
-mio = { version = "0.7", features = [ "net", "os-ext" ] }
-curl = "0.4"
-clap = "2.33"
-proxmox = { version = "0.10.0", default-features = false }
+anyhow = "1"
+mio = { version = "0.8", features = [ "net", "os-ext" ] }
+ureq = { version = "2.4", default-features = false, features = [ "gzip" ] }
+clap = "3"
+proxmox-io = "1"
+proxmox-lang = "1.1"
+proxmox-sys = "0.5"